Shades of Magic Mint #9CE9C0
Tints of Magic Mint #9CE9C0
RGB
CMYK
RGB Variations
Color information
#9CE9C0 (or 0x9CE9C0) is known color: Magic Mint. HEX triplet: 9C, E9 and C0. RGB value is (156,233,192). Sum of RGB (Red+Green+Blue) = 156+233+192=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE9C0 is #63163F. Grayscale: #CDCDCD. Windows color (decimal): -6493760 or 12642716. OLE color: 12642716.
HSL color Cylindrical-coordinate representation of color #9CE9C0: hue angle of 148.05º 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 #9CE9C0 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 233 | 192 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.09 |
| HSL | 148.05º | 0.64% | 0.76% | - |
| HSV(B) | 148.05º | 0.33% | 0.91% | - |
| XYZ | 52.36 | 69.15 | 60.46 | - |
| YUV | 205.3 | 120.49 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 233 | 192 | 0.33 | 0 | 0.18 | 0.09 | 148.05 | 0.64 | 0.76 |
| Hex | 9C | E9 | C0 | 21 | 0 | 12 | 9 | 94 | 40 | 4C |
| Octal | 234 | 351 | 300 | 41 | 0 | 22 | 11 | 224 | 100 | 114 |
| Binary | 10011100 | 11101001 | 11000000 | 100001 | 0 | 10010 | 1001 | 10010100 | 1000000 | 1001100 |
Color Harmonies of #9CE9C0
Complementary color
Monochromatic Colors of #9CE9C0
Black with #9CE9C0
Text Example
Text Example
White with #9CE9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE9C0; }
p { color: rgb(156,233,192); }
H1.HeaderClassName
{
color: #9CE9C0;
}
.AnyTagClassName
{
color: #9CE9C0;
}
</style>
background-color css
<style>
a { background-color: #9CE9C0; }
a { background-color: rgb(156,233,192); }
div.DivClassName
{
background-color: #9CE9C0;
}
.BgClassName
{
background-color: #9CE9C0;
}
</style>
border-color css
<style>
span { border-color: #9CE9C0; }
span { border-color: rgb(156,233,192); }
td.TdClassName
{
border-color: #9CE9C0;
}
.TagClassName
{
border-color: #9CE9C0;
}
</style>