Shades of Magic Mint #9CECCF
Tints of Magic Mint #9CECCF
RGB
CMYK
RGB Variations
Color information
#9CECCF (or 0x9CECCF) is known color: Magic Mint. HEX triplet: 9C, EC and CF. RGB value is (156,236,207). Sum of RGB (Red+Green+Blue) = 156+236+207=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECCF is #631330. Grayscale: #D0D0D0. Windows color (decimal): -6492977 or 13626524. OLE color: 13626524.
HSL color Cylindrical-coordinate representation of color #9CECCF: hue angle of 158.25º 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 #9CECCF is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 207 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.07 |
| HSL | 158.25º | 0.68% | 0.77% | - |
| HSV(B) | 158.25º | 0.34% | 0.93% | - |
| XYZ | 54.97 | 71.56 | 69.95 | - |
| YUV | 208.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 207 | 0.34 | 0 | 0.12 | 0.07 | 158.25 | 0.68 | 0.77 |
| Hex | 9C | EC | CF | 22 | 0 | C | 7 | 9E | 44 | 4D |
| Octal | 234 | 354 | 317 | 42 | 0 | 14 | 7 | 236 | 104 | 115 |
| Binary | 10011100 | 11101100 | 11001111 | 100010 | 0 | 1100 | 111 | 10011110 | 1000100 | 1001101 |
Color Harmonies of #9CECCF
Complementary color
Monochromatic Colors of #9CECCF
Black with #9CECCF
Text Example
Text Example
White with #9CECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECCF; }
p { color: rgb(156,236,207); }
H1.HeaderClassName
{
color: #9CECCF;
}
.AnyTagClassName
{
color: #9CECCF;
}
</style>
background-color css
<style>
a { background-color: #9CECCF; }
a { background-color: rgb(156,236,207); }
div.DivClassName
{
background-color: #9CECCF;
}
.BgClassName
{
background-color: #9CECCF;
}
</style>
border-color css
<style>
span { border-color: #9CECCF; }
span { border-color: rgb(156,236,207); }
td.TdClassName
{
border-color: #9CECCF;
}
.TagClassName
{
border-color: #9CECCF;
}
</style>