Shades of Magic Mint #99E7CA
Tints of Magic Mint #99E7CA
RGB
CMYK
RGB Variations
Color information
#99E7CA (or 0x99E7CA) is known color: Magic Mint. HEX triplet: 99, E7 and CA. RGB value is (153,231,202). Sum of RGB (Red+Green+Blue) = 153+231+202=586 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.11% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #99E7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E7CA is #661835. Grayscale: #CCCCCC. Windows color (decimal): -6690870 or 13297561. OLE color: 13297561.
HSL color Cylindrical-coordinate representation of color #99E7CA: hue angle of 157.69º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E7CA is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 231 | 202 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.09 |
| HSL | 157.69º | 0.62% | 0.75% | - |
| HSV(B) | 157.69º | 0.34% | 0.91% | - |
| XYZ | 52.37 | 68.19 | 66.28 | - |
| YUV | 204.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 231 | 202 | 0.34 | 0 | 0.13 | 0.09 | 157.69 | 0.62 | 0.75 |
| Hex | 99 | E7 | CA | 22 | 0 | D | 9 | 9E | 3E | 4B |
| Octal | 231 | 347 | 312 | 42 | 0 | 15 | 11 | 236 | 76 | 113 |
| Binary | 10011001 | 11100111 | 11001010 | 100010 | 0 | 1101 | 1001 | 10011110 | 111110 | 1001011 |
Color Harmonies of #99E7CA
Complementary color
Monochromatic Colors of #99E7CA
Black with #99E7CA
Text Example
Text Example
White with #99E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E7CA; }
p { color: rgb(153,231,202); }
H1.HeaderClassName
{
color: #99E7CA;
}
.AnyTagClassName
{
color: #99E7CA;
}
</style>
background-color css
<style>
a { background-color: #99E7CA; }
a { background-color: rgb(153,231,202); }
div.DivClassName
{
background-color: #99E7CA;
}
.BgClassName
{
background-color: #99E7CA;
}
</style>
border-color css
<style>
span { border-color: #99E7CA; }
span { border-color: rgb(153,231,202); }
td.TdClassName
{
border-color: #99E7CA;
}
.TagClassName
{
border-color: #99E7CA;
}
</style>