Shades of Magic Mint #9CECD4
Tints of Magic Mint #9CECD4
RGB
CMYK
RGB Variations
Color information
#9CECD4 (or 0x9CECD4) is known color: Magic Mint. HEX triplet: 9C, EC and D4. RGB value is (156,236,212). Sum of RGB (Red+Green+Blue) = 156+236+212=604 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.83% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECD4 is #63132B. Grayscale: #D1D1D1. Windows color (decimal): -6492972 or 13954204. OLE color: 13954204.
HSL color Cylindrical-coordinate representation of color #9CECD4: hue angle of 162º 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 #9CECD4 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 212 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.07 |
| HSL | 162º | 0.68% | 0.77% | - |
| HSV(B) | 162º | 0.34% | 0.93% | - |
| XYZ | 55.59 | 71.81 | 73.22 | - |
| YUV | 209.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 212 | 0.34 | 0 | 0.10 | 0.07 | 162 | 0.68 | 0.77 |
| Hex | 9C | EC | D4 | 22 | 0 | A | 7 | A2 | 44 | 4D |
| Octal | 234 | 354 | 324 | 42 | 0 | 12 | 7 | 242 | 104 | 115 |
| Binary | 10011100 | 11101100 | 11010100 | 100010 | 0 | 1010 | 111 | 10100010 | 1000100 | 1001101 |
Color Harmonies of #9CECD4
Complementary color
Monochromatic Colors of #9CECD4
Black with #9CECD4
Text Example
Text Example
White with #9CECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECD4; }
p { color: rgb(156,236,212); }
H1.HeaderClassName
{
color: #9CECD4;
}
.AnyTagClassName
{
color: #9CECD4;
}
</style>
background-color css
<style>
a { background-color: #9CECD4; }
a { background-color: rgb(156,236,212); }
div.DivClassName
{
background-color: #9CECD4;
}
.BgClassName
{
background-color: #9CECD4;
}
</style>
border-color css
<style>
span { border-color: #9CECD4; }
span { border-color: rgb(156,236,212); }
td.TdClassName
{
border-color: #9CECD4;
}
.TagClassName
{
border-color: #9CECD4;
}
</style>