Shades of Magic Mint #9EE6CF
Tints of Magic Mint #9EE6CF
RGB
CMYK
RGB Variations
Color information
#9EE6CF (or 0x9EE6CF) is known color: Magic Mint. HEX triplet: 9E, E6 and CF. RGB value is (158,230,207). Sum of RGB (Red+Green+Blue) = 158+230+207=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #9EE6CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE6CF is #611930. Grayscale: #CDCDCD. Windows color (decimal): -6363441 or 13624990. OLE color: 13624990.
HSL color Cylindrical-coordinate representation of color #9EE6CF: hue angle of 160.83º degrees, saturation: 0.59, 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 #9EE6CF is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 230 | 207 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.10 |
| HSL | 160.83º | 0.59% | 0.76% | - |
| HSV(B) | 160.83º | 0.31% | 0.9% | - |
| XYZ | 53.66 | 68.37 | 69.4 | - |
| YUV | 205.85 | 128.65 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 230 | 207 | 0.31 | 0 | 0.10 | 0.10 | 160.83 | 0.59 | 0.76 |
| Hex | 9E | E6 | CF | 1F | 0 | A | A | A1 | 3B | 4C |
| Octal | 236 | 346 | 317 | 37 | 0 | 12 | 12 | 241 | 73 | 114 |
| Binary | 10011110 | 11100110 | 11001111 | 11111 | 0 | 1010 | 1010 | 10100001 | 111011 | 1001100 |
Color Harmonies of #9EE6CF
Complementary color
Monochromatic Colors of #9EE6CF
Black with #9EE6CF
Text Example
Text Example
White with #9EE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE6CF; }
p { color: rgb(158,230,207); }
H1.HeaderClassName
{
color: #9EE6CF;
}
.AnyTagClassName
{
color: #9EE6CF;
}
</style>
background-color css
<style>
a { background-color: #9EE6CF; }
a { background-color: rgb(158,230,207); }
div.DivClassName
{
background-color: #9EE6CF;
}
.BgClassName
{
background-color: #9EE6CF;
}
</style>
border-color css
<style>
span { border-color: #9EE6CF; }
span { border-color: rgb(158,230,207); }
td.TdClassName
{
border-color: #9EE6CF;
}
.TagClassName
{
border-color: #9EE6CF;
}
</style>