Shades of Magic Mint #9CFFD0
Tints of Magic Mint #9CFFD0
RGB
CMYK
RGB Variations
Color information
#9CFFD0 (or 0x9CFFD0) is known color: Magic Mint. HEX triplet: 9C, FF and D0. RGB value is (156,255,208). Sum of RGB (Red+Green+Blue) = 156+255+208=619 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.20% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFD0 is #63002F. Grayscale: #DCDCDC. Windows color (decimal): -6488112 or 13696924. OLE color: 13696924.
HSL color Cylindrical-coordinate representation of color #9CFFD0: hue angle of 151.52º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFFD0 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 208 | - |
| CMYK | 0.39 | 0 | 0.18 | 0 |
| HSL | 151.52º | 1% | 0.81% | - |
| HSV(B) | 151.52º | 0.39% | 1% | - |
| XYZ | 60.86 | 83.14 | 72.52 | - |
| YUV | 220.04 | 121.2 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 208 | 0.39 | 0 | 0.18 | 0 | 151.52 | 1 | 0.81 |
| Hex | 9C | FF | D0 | 27 | 0 | 12 | 0 | 98 | 64 | 51 |
| Octal | 234 | 377 | 320 | 47 | 0 | 22 | 0 | 230 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11010000 | 100111 | 0 | 10010 | 0 | 10011000 | 1100100 | 1010001 |
Color Harmonies of #9CFFD0
Complementary color
Monochromatic Colors of #9CFFD0
Black with #9CFFD0
Text Example
Text Example
White with #9CFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFD0; }
p { color: rgb(156,255,208); }
H1.HeaderClassName
{
color: #9CFFD0;
}
.AnyTagClassName
{
color: #9CFFD0;
}
</style>
background-color css
<style>
a { background-color: #9CFFD0; }
a { background-color: rgb(156,255,208); }
div.DivClassName
{
background-color: #9CFFD0;
}
.BgClassName
{
background-color: #9CFFD0;
}
</style>
border-color css
<style>
span { border-color: #9CFFD0; }
span { border-color: rgb(156,255,208); }
td.TdClassName
{
border-color: #9CFFD0;
}
.TagClassName
{
border-color: #9CFFD0;
}
</style>