Shades of Magic Mint #99F0CA
Tints of Magic Mint #99F0CA
RGB
CMYK
RGB Variations
Color information
#99F0CA (or 0x99F0CA) is known color: Magic Mint. HEX triplet: 99, F0 and CA. RGB value is (153,240,202). Sum of RGB (Red+Green+Blue) = 153+240+202=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #99F0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F0CA is #660F35. Grayscale: #D1D1D1. Windows color (decimal): -6688566 or 13299865. OLE color: 13299865.
HSL color Cylindrical-coordinate representation of color #99F0CA: hue angle of 153.79º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99F0CA is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 240 | 202 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.06 |
| HSL | 153.79º | 0.74% | 0.77% | - |
| HSV(B) | 153.79º | 0.36% | 0.94% | - |
| XYZ | 54.96 | 73.36 | 67.14 | - |
| YUV | 209.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 202 | 0.36 | 0 | 0.16 | 0.06 | 153.79 | 0.74 | 0.77 |
| Hex | 99 | F0 | CA | 24 | 0 | 10 | 6 | 9A | 4A | 4D |
| Octal | 231 | 360 | 312 | 44 | 0 | 20 | 6 | 232 | 112 | 115 |
| Binary | 10011001 | 11110000 | 11001010 | 100100 | 0 | 10000 | 110 | 10011010 | 1001010 | 1001101 |
Color Harmonies of #99F0CA
Complementary color
Monochromatic Colors of #99F0CA
Black with #99F0CA
Text Example
Text Example
White with #99F0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F0CA; }
p { color: rgb(153,240,202); }
H1.HeaderClassName
{
color: #99F0CA;
}
.AnyTagClassName
{
color: #99F0CA;
}
</style>
background-color css
<style>
a { background-color: #99F0CA; }
a { background-color: rgb(153,240,202); }
div.DivClassName
{
background-color: #99F0CA;
}
.BgClassName
{
background-color: #99F0CA;
}
</style>
border-color css
<style>
span { border-color: #99F0CA; }
span { border-color: rgb(153,240,202); }
td.TdClassName
{
border-color: #99F0CA;
}
.TagClassName
{
border-color: #99F0CA;
}
</style>