Shades of Magic Mint #9EEAD0
Tints of Magic Mint #9EEAD0
RGB
CMYK
RGB Variations
Color information
#9EEAD0 (or 0x9EEAD0) is known color: Magic Mint. HEX triplet: 9E, EA and D0. RGB value is (158,234,208). Sum of RGB (Red+Green+Blue) = 158+234+208=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEAD0 is #61152F. Grayscale: #D0D0D0. Windows color (decimal): -6362416 or 13691550. OLE color: 13691550.
HSL color Cylindrical-coordinate representation of color #9EEAD0: hue angle of 159.47º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EEAD0 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 234 | 208 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.08 |
| HSL | 159.47º | 0.64% | 0.77% | - |
| HSV(B) | 159.47º | 0.32% | 0.92% | - |
| XYZ | 54.91 | 70.67 | 70.42 | - |
| YUV | 208.31 | 127.82 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 234 | 208 | 0.32 | 0 | 0.11 | 0.08 | 159.47 | 0.64 | 0.77 |
| Hex | 9E | EA | D0 | 20 | 0 | B | 8 | 9F | 40 | 4D |
| Octal | 236 | 352 | 320 | 40 | 0 | 13 | 10 | 237 | 100 | 115 |
| Binary | 10011110 | 11101010 | 11010000 | 100000 | 0 | 1011 | 1000 | 10011111 | 1000000 | 1001101 |
Color Harmonies of #9EEAD0
Complementary color
Monochromatic Colors of #9EEAD0
Black with #9EEAD0
Text Example
Text Example
White with #9EEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEAD0; }
p { color: rgb(158,234,208); }
H1.HeaderClassName
{
color: #9EEAD0;
}
.AnyTagClassName
{
color: #9EEAD0;
}
</style>
background-color css
<style>
a { background-color: #9EEAD0; }
a { background-color: rgb(158,234,208); }
div.DivClassName
{
background-color: #9EEAD0;
}
.BgClassName
{
background-color: #9EEAD0;
}
</style>
border-color css
<style>
span { border-color: #9EEAD0; }
span { border-color: rgb(158,234,208); }
td.TdClassName
{
border-color: #9EEAD0;
}
.TagClassName
{
border-color: #9EEAD0;
}
</style>