Shades of Magic Mint #99FECE
Tints of Magic Mint #99FECE
RGB
CMYK
RGB Variations
Color information
#99FECE (or 0x99FECE) is known color: Magic Mint. HEX triplet: 99, FE and CE. RGB value is (153,254,206). Sum of RGB (Red+Green+Blue) = 153+254+206=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #99FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FECE is #660131. Grayscale: #DADADA. Windows color (decimal): -6684978 or 13565593. OLE color: 13565593.
HSL color Cylindrical-coordinate representation of color #99FECE: hue angle of 151.49º 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 #99FECE is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 206 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.00 |
| HSL | 151.49º | 0.98% | 0.8% | - |
| HSV(B) | 151.49º | 0.4% | 1% | - |
| XYZ | 59.72 | 82.11 | 71.09 | - |
| YUV | 218.33 | 121.04 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 206 | 0.40 | 0 | 0.19 | 0.00 | 151.49 | 0.98 | 0.8 |
| Hex | 99 | FE | CE | 28 | 0 | 13 | 0 | 97 | 62 | 50 |
| Octal | 231 | 376 | 316 | 50 | 0 | 23 | 0 | 227 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11001110 | 101000 | 0 | 10011 | 0 | 10010111 | 1100010 | 1010000 |
Color Harmonies of #99FECE
Complementary color
Monochromatic Colors of #99FECE
Black with #99FECE
Text Example
Text Example
White with #99FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FECE; }
p { color: rgb(153,254,206); }
H1.HeaderClassName
{
color: #99FECE;
}
.AnyTagClassName
{
color: #99FECE;
}
</style>
background-color css
<style>
a { background-color: #99FECE; }
a { background-color: rgb(153,254,206); }
div.DivClassName
{
background-color: #99FECE;
}
.BgClassName
{
background-color: #99FECE;
}
</style>
border-color css
<style>
span { border-color: #99FECE; }
span { border-color: rgb(153,254,206); }
td.TdClassName
{
border-color: #99FECE;
}
.TagClassName
{
border-color: #99FECE;
}
</style>