Shades of Magic Mint #99E9CC
Tints of Magic Mint #99E9CC
RGB
CMYK
RGB Variations
Color information
#99E9CC (or 0x99E9CC) is known color: Magic Mint. HEX triplet: 99, E9 and CC. RGB value is (153,233,204). Sum of RGB (Red+Green+Blue) = 153+233+204=590 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.93% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 233 - color contains mainly: green. Hex color #99E9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E9CC is #661633. Grayscale: #CDCDCD. Windows color (decimal): -6690356 or 13429145. OLE color: 13429145.
HSL color Cylindrical-coordinate representation of color #99E9CC: hue angle of 158.25º 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 #99E9CC is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 233 | 204 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.09 |
| HSL | 158.25º | 0.65% | 0.76% | - |
| HSV(B) | 158.25º | 0.34% | 0.91% | - |
| XYZ | 53.17 | 69.41 | 67.72 | - |
| YUV | 205.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 233 | 204 | 0.34 | 0 | 0.12 | 0.09 | 158.25 | 0.65 | 0.76 |
| Hex | 99 | E9 | CC | 22 | 0 | C | 9 | 9E | 41 | 4C |
| Octal | 231 | 351 | 314 | 42 | 0 | 14 | 11 | 236 | 101 | 114 |
| Binary | 10011001 | 11101001 | 11001100 | 100010 | 0 | 1100 | 1001 | 10011110 | 1000001 | 1001100 |
Color Harmonies of #99E9CC
Complementary color
Monochromatic Colors of #99E9CC
Black with #99E9CC
Text Example
Text Example
White with #99E9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E9CC; }
p { color: rgb(153,233,204); }
H1.HeaderClassName
{
color: #99E9CC;
}
.AnyTagClassName
{
color: #99E9CC;
}
</style>
background-color css
<style>
a { background-color: #99E9CC; }
a { background-color: rgb(153,233,204); }
div.DivClassName
{
background-color: #99E9CC;
}
.BgClassName
{
background-color: #99E9CC;
}
</style>
border-color css
<style>
span { border-color: #99E9CC; }
span { border-color: rgb(153,233,204); }
td.TdClassName
{
border-color: #99E9CC;
}
.TagClassName
{
border-color: #99E9CC;
}
</style>