Shades of Magic Mint #9CECD6
Tints of Magic Mint #9CECD6
RGB
CMYK
RGB Variations
Color information
#9CECD6 (or 0x9CECD6) is known color: Magic Mint. HEX triplet: 9C, EC and D6. RGB value is (156,236,214). Sum of RGB (Red+Green+Blue) = 156+236+214=606 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.74% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECD6 is #631329. Grayscale: #D1D1D1. Windows color (decimal): -6492970 or 14085276. OLE color: 14085276.
HSL color Cylindrical-coordinate representation of color #9CECD6: hue angle of 163.5º 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 #9CECD6 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 214 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.07 |
| HSL | 163.5º | 0.68% | 0.77% | - |
| HSV(B) | 163.5º | 0.34% | 0.93% | - |
| XYZ | 55.84 | 71.91 | 74.56 | - |
| YUV | 209.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 214 | 0.34 | 0 | 0.09 | 0.07 | 163.5 | 0.68 | 0.77 |
| Hex | 9C | EC | D6 | 22 | 0 | 9 | 7 | A4 | 44 | 4D |
| Octal | 234 | 354 | 326 | 42 | 0 | 11 | 7 | 244 | 104 | 115 |
| Binary | 10011100 | 11101100 | 11010110 | 100010 | 0 | 1001 | 111 | 10100100 | 1000100 | 1001101 |
Color Harmonies of #9CECD6
Complementary color
Monochromatic Colors of #9CECD6
Black with #9CECD6
Text Example
Text Example
White with #9CECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECD6; }
p { color: rgb(156,236,214); }
H1.HeaderClassName
{
color: #9CECD6;
}
.AnyTagClassName
{
color: #9CECD6;
}
</style>
background-color css
<style>
a { background-color: #9CECD6; }
a { background-color: rgb(156,236,214); }
div.DivClassName
{
background-color: #9CECD6;
}
.BgClassName
{
background-color: #9CECD6;
}
</style>
border-color css
<style>
span { border-color: #9CECD6; }
span { border-color: rgb(156,236,214); }
td.TdClassName
{
border-color: #9CECD6;
}
.TagClassName
{
border-color: #9CECD6;
}
</style>