Shades of Magic Mint #9EE5CE
Tints of Magic Mint #9EE5CE
RGB
CMYK
RGB Variations
Color information
#9EE5CE (or 0x9EE5CE) is known color: Magic Mint. HEX triplet: 9E, E5 and CE. RGB value is (158,229,206). Sum of RGB (Red+Green+Blue) = 158+229+206=593 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.64% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE5CE is #611A31. Grayscale: #CDCDCD. Windows color (decimal): -6363698 or 13559198. OLE color: 13559198.
HSL color Cylindrical-coordinate representation of color #9EE5CE: hue angle of 160.56º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE5CE is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 229 | 206 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.10 |
| HSL | 160.56º | 0.58% | 0.76% | - |
| HSV(B) | 160.56º | 0.31% | 0.9% | - |
| XYZ | 53.26 | 67.76 | 68.67 | - |
| YUV | 205.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 229 | 206 | 0.31 | 0 | 0.10 | 0.10 | 160.56 | 0.58 | 0.76 |
| Hex | 9E | E5 | CE | 1F | 0 | A | A | A1 | 3A | 4C |
| Octal | 236 | 345 | 316 | 37 | 0 | 12 | 12 | 241 | 72 | 114 |
| Binary | 10011110 | 11100101 | 11001110 | 11111 | 0 | 1010 | 1010 | 10100001 | 111010 | 1001100 |
Color Harmonies of #9EE5CE
Complementary color
Monochromatic Colors of #9EE5CE
Black with #9EE5CE
Text Example
Text Example
White with #9EE5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE5CE; }
p { color: rgb(158,229,206); }
H1.HeaderClassName
{
color: #9EE5CE;
}
.AnyTagClassName
{
color: #9EE5CE;
}
</style>
background-color css
<style>
a { background-color: #9EE5CE; }
a { background-color: rgb(158,229,206); }
div.DivClassName
{
background-color: #9EE5CE;
}
.BgClassName
{
background-color: #9EE5CE;
}
</style>
border-color css
<style>
span { border-color: #9EE5CE; }
span { border-color: rgb(158,229,206); }
td.TdClassName
{
border-color: #9EE5CE;
}
.TagClassName
{
border-color: #9EE5CE;
}
</style>