Shades of Magic Mint #9CE4CC
Tints of Magic Mint #9CE4CC
RGB
CMYK
RGB Variations
Color information
#9CE4CC (or 0x9CE4CC) is known color: Magic Mint. HEX triplet: 9C, E4 and CC. RGB value is (156,228,204). Sum of RGB (Red+Green+Blue) = 156+228+204=588 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.53% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #9CE4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE4CC is #631B33. Grayscale: #CBCBCB. Windows color (decimal): -6495028 or 13427868. OLE color: 13427868.
HSL color Cylindrical-coordinate representation of color #9CE4CC: hue angle of 160º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE4CC is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 228 | 204 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.11 |
| HSL | 160º | 0.57% | 0.75% | - |
| HSV(B) | 160º | 0.32% | 0.89% | - |
| XYZ | 52.35 | 66.91 | 67.28 | - |
| YUV | 203.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 228 | 204 | 0.32 | 0 | 0.11 | 0.11 | 160 | 0.57 | 0.75 |
| Hex | 9C | E4 | CC | 20 | 0 | B | B | A0 | 39 | 4B |
| Octal | 234 | 344 | 314 | 40 | 0 | 13 | 13 | 240 | 71 | 113 |
| Binary | 10011100 | 11100100 | 11001100 | 100000 | 0 | 1011 | 1011 | 10100000 | 111001 | 1001011 |
Color Harmonies of #9CE4CC
Complementary color
Monochromatic Colors of #9CE4CC
Black with #9CE4CC
Text Example
Text Example
White with #9CE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE4CC; }
p { color: rgb(156,228,204); }
H1.HeaderClassName
{
color: #9CE4CC;
}
.AnyTagClassName
{
color: #9CE4CC;
}
</style>
background-color css
<style>
a { background-color: #9CE4CC; }
a { background-color: rgb(156,228,204); }
div.DivClassName
{
background-color: #9CE4CC;
}
.BgClassName
{
background-color: #9CE4CC;
}
</style>
border-color css
<style>
span { border-color: #9CE4CC; }
span { border-color: rgb(156,228,204); }
td.TdClassName
{
border-color: #9CE4CC;
}
.TagClassName
{
border-color: #9CE4CC;
}
</style>