Shades of Magic Mint #99FED0
Tints of Magic Mint #99FED0
RGB
CMYK
RGB Variations
Color information
#99FED0 (or 0x99FED0) is known color: Magic Mint. HEX triplet: 99, FE and D0. RGB value is (153,254,208). Sum of RGB (Red+Green+Blue) = 153+254+208=615 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.88% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #99FED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FED0 is #66012F. Grayscale: #DADADA. Windows color (decimal): -6684976 or 13696665. OLE color: 13696665.
HSL color Cylindrical-coordinate representation of color #99FED0: hue angle of 152.67º 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 #99FED0 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 208 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.00 |
| HSL | 152.67º | 0.98% | 0.8% | - |
| HSV(B) | 152.67º | 0.4% | 1% | - |
| XYZ | 59.96 | 82.21 | 72.38 | - |
| YUV | 218.56 | 122.04 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 208 | 0.40 | 0 | 0.18 | 0.00 | 152.67 | 0.98 | 0.8 |
| Hex | 99 | FE | D0 | 28 | 0 | 12 | 0 | 99 | 62 | 50 |
| Octal | 231 | 376 | 320 | 50 | 0 | 22 | 0 | 231 | 142 | 120 |
| Binary | 10011001 | 11111110 | 11010000 | 101000 | 0 | 10010 | 0 | 10011001 | 1100010 | 1010000 |
Color Harmonies of #99FED0
Complementary color
Monochromatic Colors of #99FED0
Black with #99FED0
Text Example
Text Example
White with #99FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FED0; }
p { color: rgb(153,254,208); }
H1.HeaderClassName
{
color: #99FED0;
}
.AnyTagClassName
{
color: #99FED0;
}
</style>
background-color css
<style>
a { background-color: #99FED0; }
a { background-color: rgb(153,254,208); }
div.DivClassName
{
background-color: #99FED0;
}
.BgClassName
{
background-color: #99FED0;
}
</style>
border-color css
<style>
span { border-color: #99FED0; }
span { border-color: rgb(153,254,208); }
td.TdClassName
{
border-color: #99FED0;
}
.TagClassName
{
border-color: #99FED0;
}
</style>