Shades of Magic Mint #99FFCD
Tints of Magic Mint #99FFCD
RGB
CMYK
RGB Variations
Color information
#99FFCD (or 0x99FFCD) is known color: Magic Mint. HEX triplet: 99, FF and CD. RGB value is (153,255,205). Sum of RGB (Red+Green+Blue) = 153+255+205=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FFCD is #660032. Grayscale: #DADADA. Windows color (decimal): -6684723 or 13500313. OLE color: 13500313.
HSL color Cylindrical-coordinate representation of color #99FFCD: hue angle of 150.59º 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 #99FFCD is Cyan = 0.4, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 205 | - |
| CMYK | 0.4 | 0 | 0.20 | 0 |
| HSL | 150.59º | 1% | 0.8% | - |
| HSV(B) | 150.59º | 0.4% | 1% | - |
| XYZ | 59.92 | 82.7 | 70.56 | - |
| YUV | 218.8 | 120.21 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 205 | 0.4 | 0 | 0.20 | 0 | 150.59 | 1 | 0.8 |
| Hex | 99 | FF | CD | 28 | 0 | 14 | 0 | 97 | 64 | 50 |
| Octal | 231 | 377 | 315 | 50 | 0 | 24 | 0 | 227 | 144 | 120 |
| Binary | 10011001 | 11111111 | 11001101 | 101000 | 0 | 10100 | 0 | 10010111 | 1100100 | 1010000 |
Color Harmonies of #99FFCD
Complementary color
Monochromatic Colors of #99FFCD
Black with #99FFCD
Text Example
Text Example
White with #99FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFCD; }
p { color: rgb(153,255,205); }
H1.HeaderClassName
{
color: #99FFCD;
}
.AnyTagClassName
{
color: #99FFCD;
}
</style>
background-color css
<style>
a { background-color: #99FFCD; }
a { background-color: rgb(153,255,205); }
div.DivClassName
{
background-color: #99FFCD;
}
.BgClassName
{
background-color: #99FFCD;
}
</style>
border-color css
<style>
span { border-color: #99FFCD; }
span { border-color: rgb(153,255,205); }
td.TdClassName
{
border-color: #99FFCD;
}
.TagClassName
{
border-color: #99FFCD;
}
</style>