Shades of Magic Mint #99FFD8
Tints of Magic Mint #99FFD8
RGB
CMYK
RGB Variations
Color information
#99FFD8 (or 0x99FFD8) is known color: Magic Mint. HEX triplet: 99, FF and D8. RGB value is (153,255,216). Sum of RGB (Red+Green+Blue) = 153+255+216=624 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.52% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FFD8 is #660027. Grayscale: #DCDCDC. Windows color (decimal): -6684712 or 14221209. OLE color: 14221209.
HSL color Cylindrical-coordinate representation of color #99FFD8: hue angle of 157.06º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FFD8 is Cyan = 0.4, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 216 | - |
| CMYK | 0.4 | 0 | 0.15 | 0 |
| HSL | 157.06º | 1% | 0.8% | - |
| HSV(B) | 157.06º | 0.4% | 1% | - |
| XYZ | 61.29 | 83.25 | 77.8 | - |
| YUV | 220.06 | 125.71 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 216 | 0.4 | 0 | 0.15 | 0 | 157.06 | 1 | 0.8 |
| Hex | 99 | FF | D8 | 28 | 0 | F | 0 | 9D | 64 | 50 |
| Octal | 231 | 377 | 330 | 50 | 0 | 17 | 0 | 235 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11011000 | 101000 | 0 | 1111 | 0 | 10011101 | 1100100 | 1010000 |
Color Harmonies of #99FFD8
Complementary color
Monochromatic Colors of #99FFD8
Black with #99FFD8
Text Example
Text Example
White with #99FFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFD8; }
p { color: rgb(153,255,216); }
H1.HeaderClassName
{
color: #99FFD8;
}
.AnyTagClassName
{
color: #99FFD8;
}
</style>
background-color css
<style>
a { background-color: #99FFD8; }
a { background-color: rgb(153,255,216); }
div.DivClassName
{
background-color: #99FFD8;
}
.BgClassName
{
background-color: #99FFD8;
}
</style>
border-color css
<style>
span { border-color: #99FFD8; }
span { border-color: rgb(153,255,216); }
td.TdClassName
{
border-color: #99FFD8;
}
.TagClassName
{
border-color: #99FFD8;
}
</style>