Shades of Magic Mint #9CECC8
Tints of Magic Mint #9CECC8
RGB
CMYK
RGB Variations
Color information
#9CECC8 (or 0x9CECC8) is known color: Magic Mint. HEX triplet: 9C, EC and C8. RGB value is (156,236,200). Sum of RGB (Red+Green+Blue) = 156+236+200=592 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.35% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECC8 is #631337. Grayscale: #D0D0D0. Windows color (decimal): -6492984 or 13167772. OLE color: 13167772.
HSL color Cylindrical-coordinate representation of color #9CECC8: hue angle of 153º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CECC8 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 200 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.07 |
| HSL | 153º | 0.68% | 0.77% | - |
| HSV(B) | 153º | 0.34% | 0.93% | - |
| XYZ | 54.13 | 71.23 | 65.54 | - |
| YUV | 207.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 200 | 0.34 | 0 | 0.15 | 0.07 | 153 | 0.68 | 0.77 |
| Hex | 9C | EC | C8 | 22 | 0 | F | 7 | 99 | 44 | 4D |
| Octal | 234 | 354 | 310 | 42 | 0 | 17 | 7 | 231 | 104 | 115 |
| Binary | 10011100 | 11101100 | 11001000 | 100010 | 0 | 1111 | 111 | 10011001 | 1000100 | 1001101 |
Color Harmonies of #9CECC8
Complementary color
Monochromatic Colors of #9CECC8
Black with #9CECC8
Text Example
Text Example
White with #9CECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECC8; }
p { color: rgb(156,236,200); }
H1.HeaderClassName
{
color: #9CECC8;
}
.AnyTagClassName
{
color: #9CECC8;
}
</style>
background-color css
<style>
a { background-color: #9CECC8; }
a { background-color: rgb(156,236,200); }
div.DivClassName
{
background-color: #9CECC8;
}
.BgClassName
{
background-color: #9CECC8;
}
</style>
border-color css
<style>
span { border-color: #9CECC8; }
span { border-color: rgb(156,236,200); }
td.TdClassName
{
border-color: #9CECC8;
}
.TagClassName
{
border-color: #9CECC8;
}
</style>