Shades of Magic Mint #99FECC
Tints of Magic Mint #99FECC
RGB
CMYK
RGB Variations
Color information
#99FECC (or 0x99FECC) is known color: Magic Mint. HEX triplet: 99, FE and CC. RGB value is (153,254,204). Sum of RGB (Red+Green+Blue) = 153+254+204=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #99FECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FECC is #660133. Grayscale: #DADADA. Windows color (decimal): -6684980 or 13434521. OLE color: 13434521.
HSL color Cylindrical-coordinate representation of color #99FECC: hue angle of 150.3º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FECC is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 204 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.00 |
| HSL | 150.3º | 0.98% | 0.8% | - |
| HSV(B) | 150.3º | 0.4% | 1% | - |
| XYZ | 59.48 | 82.02 | 69.82 | - |
| YUV | 218.1 | 120.04 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 204 | 0.40 | 0 | 0.20 | 0.00 | 150.3 | 0.98 | 0.8 |
| Hex | 99 | FE | CC | 28 | 0 | 14 | 0 | 96 | 62 | 50 |
| Octal | 231 | 376 | 314 | 50 | 0 | 24 | 0 | 226 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11001100 | 101000 | 0 | 10100 | 0 | 10010110 | 1100010 | 1010000 |
Color Harmonies of #99FECC
Complementary color
Monochromatic Colors of #99FECC
Black with #99FECC
Text Example
Text Example
White with #99FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FECC; }
p { color: rgb(153,254,204); }
H1.HeaderClassName
{
color: #99FECC;
}
.AnyTagClassName
{
color: #99FECC;
}
</style>
background-color css
<style>
a { background-color: #99FECC; }
a { background-color: rgb(153,254,204); }
div.DivClassName
{
background-color: #99FECC;
}
.BgClassName
{
background-color: #99FECC;
}
</style>
border-color css
<style>
span { border-color: #99FECC; }
span { border-color: rgb(153,254,204); }
td.TdClassName
{
border-color: #99FECC;
}
.TagClassName
{
border-color: #99FECC;
}
</style>