Shades of Magic Mint #9CEDCC
Tints of Magic Mint #9CEDCC
RGB
CMYK
RGB Variations
Color information
#9CEDCC (or 0x9CEDCC) is known color: Magic Mint. HEX triplet: 9C, ED and CC. RGB value is (156,237,204). Sum of RGB (Red+Green+Blue) = 156+237+204=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDCC is #631233. Grayscale: #D1D1D1. Windows color (decimal): -6492724 or 13430172. OLE color: 13430172.
HSL color Cylindrical-coordinate representation of color #9CEDCC: hue angle of 155.56º degrees, saturation: 0.69, 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 #9CEDCC is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 204 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.07 |
| HSL | 155.56º | 0.69% | 0.77% | - |
| HSV(B) | 155.56º | 0.34% | 0.93% | - |
| XYZ | 54.89 | 72 | 68.13 | - |
| YUV | 209.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 204 | 0.34 | 0 | 0.14 | 0.07 | 155.56 | 0.69 | 0.77 |
| Hex | 9C | ED | CC | 22 | 0 | E | 7 | 9C | 45 | 4D |
| Octal | 234 | 355 | 314 | 42 | 0 | 16 | 7 | 234 | 105 | 115 |
| Binary | 10011100 | 11101101 | 11001100 | 100010 | 0 | 1110 | 111 | 10011100 | 1000101 | 1001101 |
Color Harmonies of #9CEDCC
Complementary color
Monochromatic Colors of #9CEDCC
Black with #9CEDCC
Text Example
Text Example
White with #9CEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDCC; }
p { color: rgb(156,237,204); }
H1.HeaderClassName
{
color: #9CEDCC;
}
.AnyTagClassName
{
color: #9CEDCC;
}
</style>
background-color css
<style>
a { background-color: #9CEDCC; }
a { background-color: rgb(156,237,204); }
div.DivClassName
{
background-color: #9CEDCC;
}
.BgClassName
{
background-color: #9CEDCC;
}
</style>
border-color css
<style>
span { border-color: #9CEDCC; }
span { border-color: rgb(156,237,204); }
td.TdClassName
{
border-color: #9CEDCC;
}
.TagClassName
{
border-color: #9CEDCC;
}
</style>