Shades of Magic Mint #99FFD4
Tints of Magic Mint #99FFD4
RGB
CMYK
RGB Variations
Color information
#99FFD4 (or 0x99FFD4) is known color: Magic Mint. HEX triplet: 99, FF and D4. RGB value is (153,255,212). Sum of RGB (Red+Green+Blue) = 153+255+212=620 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.68% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FFD4 is #66002B. Grayscale: #DBDBDB. Windows color (decimal): -6684716 or 13959065. OLE color: 13959065.
HSL color Cylindrical-coordinate representation of color #99FFD4: hue angle of 154.71º 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 #99FFD4 is Cyan = 0.4, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 212 | - |
| CMYK | 0.4 | 0 | 0.17 | 0 |
| HSL | 154.71º | 1% | 0.8% | - |
| HSV(B) | 154.71º | 0.4% | 1% | - |
| XYZ | 60.78 | 83.05 | 75.11 | - |
| YUV | 219.6 | 123.71 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 212 | 0.4 | 0 | 0.17 | 0 | 154.71 | 1 | 0.8 |
| Hex | 99 | FF | D4 | 28 | 0 | 11 | 0 | 9B | 64 | 50 |
| Octal | 231 | 377 | 324 | 50 | 0 | 21 | 0 | 233 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11010100 | 101000 | 0 | 10001 | 0 | 10011011 | 1100100 | 1010000 |
Color Harmonies of #99FFD4
Complementary color
Monochromatic Colors of #99FFD4
Black with #99FFD4
Text Example
Text Example
White with #99FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFD4; }
p { color: rgb(153,255,212); }
H1.HeaderClassName
{
color: #99FFD4;
}
.AnyTagClassName
{
color: #99FFD4;
}
</style>
background-color css
<style>
a { background-color: #99FFD4; }
a { background-color: rgb(153,255,212); }
div.DivClassName
{
background-color: #99FFD4;
}
.BgClassName
{
background-color: #99FFD4;
}
</style>
border-color css
<style>
span { border-color: #99FFD4; }
span { border-color: rgb(153,255,212); }
td.TdClassName
{
border-color: #99FFD4;
}
.TagClassName
{
border-color: #99FFD4;
}
</style>