Shades of Magic Mint #9CE9CE
Tints of Magic Mint #9CE9CE
RGB
CMYK
RGB Variations
Color information
#9CE9CE (or 0x9CE9CE) is known color: Magic Mint. HEX triplet: 9C, E9 and CE. RGB value is (156,233,206). Sum of RGB (Red+Green+Blue) = 156+233+206=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE9CE is #631631. Grayscale: #CECECE. Windows color (decimal): -6493746 or 13560220. OLE color: 13560220.
HSL color Cylindrical-coordinate representation of color #9CE9CE: hue angle of 158.96º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CE9CE is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 233 | 206 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.09 |
| HSL | 158.96º | 0.64% | 0.76% | - |
| HSV(B) | 158.96º | 0.33% | 0.91% | - |
| XYZ | 53.99 | 69.8 | 69.02 | - |
| YUV | 206.9 | 127.49 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 233 | 206 | 0.33 | 0 | 0.12 | 0.09 | 158.96 | 0.64 | 0.76 |
| Hex | 9C | E9 | CE | 21 | 0 | C | 9 | 9F | 40 | 4C |
| Octal | 234 | 351 | 316 | 41 | 0 | 14 | 11 | 237 | 100 | 114 |
| Binary | 10011100 | 11101001 | 11001110 | 100001 | 0 | 1100 | 1001 | 10011111 | 1000000 | 1001100 |
Color Harmonies of #9CE9CE
Complementary color
Monochromatic Colors of #9CE9CE
Black with #9CE9CE
Text Example
Text Example
White with #9CE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE9CE; }
p { color: rgb(156,233,206); }
H1.HeaderClassName
{
color: #9CE9CE;
}
.AnyTagClassName
{
color: #9CE9CE;
}
</style>
background-color css
<style>
a { background-color: #9CE9CE; }
a { background-color: rgb(156,233,206); }
div.DivClassName
{
background-color: #9CE9CE;
}
.BgClassName
{
background-color: #9CE9CE;
}
</style>
border-color css
<style>
span { border-color: #9CE9CE; }
span { border-color: rgb(156,233,206); }
td.TdClassName
{
border-color: #9CE9CE;
}
.TagClassName
{
border-color: #9CE9CE;
}
</style>