Shades of Magic Mint #99FFDC
Tints of Magic Mint #99FFDC
RGB
CMYK
RGB Variations
Color information
#99FFDC (or 0x99FFDC) is known color: Magic Mint. HEX triplet: 99, FF and DC. RGB value is (153,255,220). Sum of RGB (Red+Green+Blue) = 153+255+220=628 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.36% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FFDC is #660023. Grayscale: #DCDCDC. Windows color (decimal): -6684708 or 14483353. OLE color: 14483353.
HSL color Cylindrical-coordinate representation of color #99FFDC: hue angle of 159.41º 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 #99FFDC is Cyan = 0.4, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 220 | - |
| CMYK | 0.4 | 0 | 0.14 | 0 |
| HSL | 159.41º | 1% | 0.8% | - |
| HSV(B) | 159.41º | 0.4% | 1% | - |
| XYZ | 61.82 | 83.46 | 80.56 | - |
| YUV | 220.51 | 127.71 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 220 | 0.4 | 0 | 0.14 | 0 | 159.41 | 1 | 0.8 |
| Hex | 99 | FF | DC | 28 | 0 | E | 0 | 9F | 64 | 50 |
| Octal | 231 | 377 | 334 | 50 | 0 | 16 | 0 | 237 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11011100 | 101000 | 0 | 1110 | 0 | 10011111 | 1100100 | 1010000 |
Color Harmonies of #99FFDC
Complementary color
Monochromatic Colors of #99FFDC
Black with #99FFDC
Text Example
Text Example
White with #99FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFDC; }
p { color: rgb(153,255,220); }
H1.HeaderClassName
{
color: #99FFDC;
}
.AnyTagClassName
{
color: #99FFDC;
}
</style>
background-color css
<style>
a { background-color: #99FFDC; }
a { background-color: rgb(153,255,220); }
div.DivClassName
{
background-color: #99FFDC;
}
.BgClassName
{
background-color: #99FFDC;
}
</style>
border-color css
<style>
span { border-color: #99FFDC; }
span { border-color: rgb(153,255,220); }
td.TdClassName
{
border-color: #99FFDC;
}
.TagClassName
{
border-color: #99FFDC;
}
</style>