Shades of Magic Mint #9CFCD8
Tints of Magic Mint #9CFCD8
RGB
CMYK
RGB Variations
Color information
#9CFCD8 (or 0x9CFCD8) is known color: Magic Mint. HEX triplet: 9C, FC and D8. RGB value is (156,252,216). Sum of RGB (Red+Green+Blue) = 156+252+216=624 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCD8 is #630327. Grayscale: #DBDBDB. Windows color (decimal): -6488872 or 14220444. OLE color: 14220444.
HSL color Cylindrical-coordinate representation of color #9CFCD8: hue angle of 157.5º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFCD8 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 216 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.01 |
| HSL | 157.5º | 0.94% | 0.8% | - |
| HSV(B) | 157.5º | 0.38% | 0.99% | - |
| XYZ | 60.92 | 81.65 | 77.51 | - |
| YUV | 219.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 216 | 0.38 | 0 | 0.14 | 0.01 | 157.5 | 0.94 | 0.8 |
| Hex | 9C | FC | D8 | 26 | 0 | E | 1 | 9E | 5E | 50 |
| Octal | 234 | 374 | 330 | 46 | 0 | 16 | 1 | 236 | 136 | 120 |
| Binary | 10011100 | 11111100 | 11011000 | 100110 | 0 | 1110 | 1 | 10011110 | 1011110 | 1010000 |
Color Harmonies of #9CFCD8
Complementary color
Monochromatic Colors of #9CFCD8
Black with #9CFCD8
Text Example
Text Example
White with #9CFCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFCD8; }
p { color: rgb(156,252,216); }
H1.HeaderClassName
{
color: #9CFCD8;
}
.AnyTagClassName
{
color: #9CFCD8;
}
</style>
background-color css
<style>
a { background-color: #9CFCD8; }
a { background-color: rgb(156,252,216); }
div.DivClassName
{
background-color: #9CFCD8;
}
.BgClassName
{
background-color: #9CFCD8;
}
</style>
border-color css
<style>
span { border-color: #9CFCD8; }
span { border-color: rgb(156,252,216); }
td.TdClassName
{
border-color: #9CFCD8;
}
.TagClassName
{
border-color: #9CFCD8;
}
</style>