Shades of Magic Mint #99E9D2
Tints of Magic Mint #99E9D2
RGB
CMYK
RGB Variations
Color information
#99E9D2 (or 0x99E9D2) is known color: Magic Mint. HEX triplet: 99, E9 and D2. RGB value is (153,233,210). Sum of RGB (Red+Green+Blue) = 153+233+210=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #99E9D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E9D2 is #66162D. Grayscale: #CECECE. Windows color (decimal): -6690350 or 13822361. OLE color: 13822361.
HSL color Cylindrical-coordinate representation of color #99E9D2: hue angle of 162.75º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E9D2 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 233 | 210 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.09 |
| HSL | 162.75º | 0.65% | 0.76% | - |
| HSV(B) | 162.75º | 0.34% | 0.91% | - |
| XYZ | 53.91 | 69.7 | 71.59 | - |
| YUV | 206.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 233 | 210 | 0.34 | 0 | 0.10 | 0.09 | 162.75 | 0.65 | 0.76 |
| Hex | 99 | E9 | D2 | 22 | 0 | A | 9 | A3 | 41 | 4C |
| Octal | 231 | 351 | 322 | 42 | 0 | 12 | 11 | 243 | 101 | 114 |
| Binary | 10011001 | 11101001 | 11010010 | 100010 | 0 | 1010 | 1001 | 10100011 | 1000001 | 1001100 |
Color Harmonies of #99E9D2
Complementary color
Monochromatic Colors of #99E9D2
Black with #99E9D2
Text Example
Text Example
White with #99E9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E9D2; }
p { color: rgb(153,233,210); }
H1.HeaderClassName
{
color: #99E9D2;
}
.AnyTagClassName
{
color: #99E9D2;
}
</style>
background-color css
<style>
a { background-color: #99E9D2; }
a { background-color: rgb(153,233,210); }
div.DivClassName
{
background-color: #99E9D2;
}
.BgClassName
{
background-color: #99E9D2;
}
</style>
border-color css
<style>
span { border-color: #99E9D2; }
span { border-color: rgb(153,233,210); }
td.TdClassName
{
border-color: #99E9D2;
}
.TagClassName
{
border-color: #99E9D2;
}
</style>