Shades of Magic Mint #99FECB
Tints of Magic Mint #99FECB
RGB
CMYK
RGB Variations
Color information
#99FECB (or 0x99FECB) is known color: Magic Mint. HEX triplet: 99, FE and CB. RGB value is (153,254,203). Sum of RGB (Red+Green+Blue) = 153+254+203=610 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.08% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #99FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FECB is #660134. Grayscale: #DADADA. Windows color (decimal): -6684981 or 13368985. OLE color: 13368985.
HSL color Cylindrical-coordinate representation of color #99FECB: hue angle of 149.7º 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 #99FECB is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 203 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.00 |
| HSL | 149.7º | 0.98% | 0.8% | - |
| HSV(B) | 149.7º | 0.4% | 1% | - |
| XYZ | 59.36 | 81.97 | 69.19 | - |
| YUV | 217.99 | 119.54 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 203 | 0.40 | 0 | 0.20 | 0.00 | 149.7 | 0.98 | 0.8 |
| Hex | 99 | FE | CB | 28 | 0 | 14 | 0 | 96 | 62 | 50 |
| Octal | 231 | 376 | 313 | 50 | 0 | 24 | 0 | 226 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11001011 | 101000 | 0 | 10100 | 0 | 10010110 | 1100010 | 1010000 |
Color Harmonies of #99FECB
Complementary color
Monochromatic Colors of #99FECB
Black with #99FECB
Text Example
Text Example
White with #99FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FECB; }
p { color: rgb(153,254,203); }
H1.HeaderClassName
{
color: #99FECB;
}
.AnyTagClassName
{
color: #99FECB;
}
</style>
background-color css
<style>
a { background-color: #99FECB; }
a { background-color: rgb(153,254,203); }
div.DivClassName
{
background-color: #99FECB;
}
.BgClassName
{
background-color: #99FECB;
}
</style>
border-color css
<style>
span { border-color: #99FECB; }
span { border-color: rgb(153,254,203); }
td.TdClassName
{
border-color: #99FECB;
}
.TagClassName
{
border-color: #99FECB;
}
</style>