#99FAE2

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

Shades of Magic Mint #99FAE2

Tints of Magic Mint #99FAE2

Color information

#99FAE2 (or 0x99FAE2) is unknown color: approx Magic Mint. HEX triplet: 99, FA and E2. RGB value is (153,250,226). Sum of RGB (Red+Green+Blue) = 153+250+226=629 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.32% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FAE2 is #66051D. Grayscale: #DADADA. Windows color (decimal): -6685982 or 14875289. OLE color: 14875289.

HSL color Cylindrical-coordinate representation of color #99FAE2: hue angle of 165.15º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FAE2 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB153250226-
CMYK0.3900.100.02
HSL165.15º90.65%79.02%-
HSV(B)165.15º38.8%98.04%-
XYZ61.0580.6384.3-
YUV218.26132.3681.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.32%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 226 (88.67% from 255) = 35.93%
R=24.32%
G=39.75%
B=35.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532502260.3900.100.02165.1590.6579.02
Hex99FAE2270A2a55b4f
Octal231372342470122245133117
Binary10011001111110101110001010011101010101010010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99FAE2; }

 p { color: rgb(153,250,226); }

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

<style>
 a { background-color: #99FAE2; }

 a { background-color: rgb(153,250,226); }

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

<style>
 span { border-color: #99FAE2; }

 span { border-color: rgb(153,250,226); }

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