#98F8D5

Color #98F8D5 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #98F8D5

Tints of Magic Mint #98F8D5

Color information

#98F8D5 (or 0x98F8D5) is unknown color: approx Magic Mint. HEX triplet: 98, F8 and D5. RGB value is (152,248,213). Sum of RGB (Red+Green+Blue) = 152+248+213=613 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.80% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #98F8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F8D5 is #67072A. Grayscale: #D7D7D7. Windows color (decimal): -6752043 or 14022808. OLE color: 14022808.

HSL color Cylindrical-coordinate representation of color #98F8D5: hue angle of 158.12º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F8D5 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB152248213-
CMYK0.3900.140.03
HSL158.12º87.27%78.43%-
HSV(B)158.12º38.71%97.25%-
XYZ58.5378.6175.04-
YUV215.31126.782.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 24.80%
GREEN value IS 248 (97.27% from 255) = 40.46%
BLUE value IS 213 (83.59% from 255) = 34.75%
R=24.80%
G=40.46%
B=34.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522482130.3900.140.03158.1287.2778.43
Hex98F8D5270E39e574e
Octal230370325470163236127116
Binary10011000111110001101010110011101110111001111010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98F8D5; }

 p { color: rgb(152,248,213); }

 H1.HeaderClassName
 {
   color: #98F8D5;
 }
 .AnyTagClassName
 {
   color: #98F8D5;
 }
</style>
background-color css

<style>
 a { background-color: #98F8D5; }

 a { background-color: rgb(152,248,213); }

 div.DivClassName
 {
   background-color: #98F8D5;
 }
 .BgClassName
 {
   background-color: #98F8D5;
 }
</style>
border-color css

<style>
 span { border-color: #98F8D5; }

 span { border-color: rgb(152,248,213); }

 td.TdClassName
 {
   border-color: #98F8D5;
 }
 .TagClassName
 {
   border-color: #98F8D5;
 }
</style>