Shades of Magic Mint #9CECCC
Tints of Magic Mint #9CECCC
RGB
CMYK
RGB Variations
Color information
#9CECCC (or 0x9CECCC) is known color: Magic Mint. HEX triplet: 9C, EC and CC. RGB value is (156,236,204). Sum of RGB (Red+Green+Blue) = 156+236+204=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECCC is #631333. Grayscale: #D0D0D0. Windows color (decimal): -6492980 or 13429916. OLE color: 13429916.
HSL color Cylindrical-coordinate representation of color #9CECCC: hue angle of 156º 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 #9CECCC is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 204 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.07 |
| HSL | 156º | 0.68% | 0.77% | - |
| HSV(B) | 156º | 0.34% | 0.93% | - |
| XYZ | 54.6 | 71.42 | 68.03 | - |
| YUV | 208.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 204 | 0.34 | 0 | 0.14 | 0.07 | 156 | 0.68 | 0.77 |
| Hex | 9C | EC | CC | 22 | 0 | E | 7 | 9C | 44 | 4D |
| Octal | 234 | 354 | 314 | 42 | 0 | 16 | 7 | 234 | 104 | 115 |
| Binary | 10011100 | 11101100 | 11001100 | 100010 | 0 | 1110 | 111 | 10011100 | 1000100 | 1001101 |
Color Harmonies of #9CECCC
Complementary color
Monochromatic Colors of #9CECCC
Black with #9CECCC
Text Example
Text Example
White with #9CECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECCC; }
p { color: rgb(156,236,204); }
H1.HeaderClassName
{
color: #9CECCC;
}
.AnyTagClassName
{
color: #9CECCC;
}
</style>
background-color css
<style>
a { background-color: #9CECCC; }
a { background-color: rgb(156,236,204); }
div.DivClassName
{
background-color: #9CECCC;
}
.BgClassName
{
background-color: #9CECCC;
}
</style>
border-color css
<style>
span { border-color: #9CECCC; }
span { border-color: rgb(156,236,204); }
td.TdClassName
{
border-color: #9CECCC;
}
.TagClassName
{
border-color: #9CECCC;
}
</style>