Shades of Magic Mint #9CEACC
Tints of Magic Mint #9CEACC
RGB
CMYK
RGB Variations
Color information
#9CEACC (or 0x9CEACC) is known color: Magic Mint. HEX triplet: 9C, EA and CC. RGB value is (156,234,204). Sum of RGB (Red+Green+Blue) = 156+234+204=594 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.26% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEACC is #631533. Grayscale: #CFCFCF. Windows color (decimal): -6493492 or 13429404. OLE color: 13429404.
HSL color Cylindrical-coordinate representation of color #9CEACC: hue angle of 156.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CEACC is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 204 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.08 |
| HSL | 156.92º | 0.65% | 0.76% | - |
| HSV(B) | 156.92º | 0.33% | 0.92% | - |
| XYZ | 54.03 | 70.27 | 67.84 | - |
| YUV | 207.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 204 | 0.33 | 0 | 0.13 | 0.08 | 156.92 | 0.65 | 0.76 |
| Hex | 9C | EA | CC | 21 | 0 | D | 8 | 9D | 41 | 4C |
| Octal | 234 | 352 | 314 | 41 | 0 | 15 | 10 | 235 | 101 | 114 |
| Binary | 10011100 | 11101010 | 11001100 | 100001 | 0 | 1101 | 1000 | 10011101 | 1000001 | 1001100 |
Color Harmonies of #9CEACC
Complementary color
Monochromatic Colors of #9CEACC
Black with #9CEACC
Text Example
Text Example
White with #9CEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEACC; }
p { color: rgb(156,234,204); }
H1.HeaderClassName
{
color: #9CEACC;
}
.AnyTagClassName
{
color: #9CEACC;
}
</style>
background-color css
<style>
a { background-color: #9CEACC; }
a { background-color: rgb(156,234,204); }
div.DivClassName
{
background-color: #9CEACC;
}
.BgClassName
{
background-color: #9CEACC;
}
</style>
border-color css
<style>
span { border-color: #9CEACC; }
span { border-color: rgb(156,234,204); }
td.TdClassName
{
border-color: #9CEACC;
}
.TagClassName
{
border-color: #9CEACC;
}
</style>