Shades of Magic Mint #9CEECE
Tints of Magic Mint #9CEECE
RGB
CMYK
RGB Variations
Color information
#9CEECE (or 0x9CEECE) is known color: Magic Mint. HEX triplet: 9C, EE and CE. RGB value is (156,238,206). Sum of RGB (Red+Green+Blue) = 156+238+206=600 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEECE is #631131. Grayscale: #D1D1D1. Windows color (decimal): -6492466 or 13561500. OLE color: 13561500.
HSL color Cylindrical-coordinate representation of color #9CEECE: hue angle of 156.59º degrees, saturation: 0.71, 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 #9CEECE is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 238 | 206 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.07 |
| HSL | 156.59º | 0.71% | 0.77% | - |
| HSV(B) | 156.59º | 0.34% | 0.93% | - |
| XYZ | 55.43 | 72.67 | 69.5 | - |
| YUV | 209.83 | 125.83 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 238 | 206 | 0.34 | 0 | 0.13 | 0.07 | 156.59 | 0.71 | 0.77 |
| Hex | 9C | EE | CE | 22 | 0 | D | 7 | 9D | 47 | 4D |
| Octal | 234 | 356 | 316 | 42 | 0 | 15 | 7 | 235 | 107 | 115 |
| Binary | 10011100 | 11101110 | 11001110 | 100010 | 0 | 1101 | 111 | 10011101 | 1000111 | 1001101 |
Color Harmonies of #9CEECE
Complementary color
Monochromatic Colors of #9CEECE
Black with #9CEECE
Text Example
Text Example
White with #9CEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEECE; }
p { color: rgb(156,238,206); }
H1.HeaderClassName
{
color: #9CEECE;
}
.AnyTagClassName
{
color: #9CEECE;
}
</style>
background-color css
<style>
a { background-color: #9CEECE; }
a { background-color: rgb(156,238,206); }
div.DivClassName
{
background-color: #9CEECE;
}
.BgClassName
{
background-color: #9CEECE;
}
</style>
border-color css
<style>
span { border-color: #9CEECE; }
span { border-color: rgb(156,238,206); }
td.TdClassName
{
border-color: #9CEECE;
}
.TagClassName
{
border-color: #9CEECE;
}
</style>