Shades of Magic Mint #9EEDD0
Tints of Magic Mint #9EEDD0
RGB
CMYK
RGB Variations
Color information
#9EEDD0 (or 0x9EEDD0) is known color: Magic Mint. HEX triplet: 9E, ED and D0. RGB value is (158,237,208). Sum of RGB (Red+Green+Blue) = 158+237+208=603 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.20% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDD0 is #61122F. Grayscale: #D2D2D2. Windows color (decimal): -6361648 or 13692318. OLE color: 13692318.
HSL color Cylindrical-coordinate representation of color #9EEDD0: hue angle of 157.97º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDD0 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 208 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.07 |
| HSL | 157.97º | 0.69% | 0.77% | - |
| HSV(B) | 157.97º | 0.33% | 0.93% | - |
| XYZ | 55.77 | 72.39 | 70.71 | - |
| YUV | 210.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 208 | 0.33 | 0 | 0.12 | 0.07 | 157.97 | 0.69 | 0.77 |
| Hex | 9E | ED | D0 | 21 | 0 | C | 7 | 9E | 45 | 4D |
| Octal | 236 | 355 | 320 | 41 | 0 | 14 | 7 | 236 | 105 | 115 |
| Binary | 10011110 | 11101101 | 11010000 | 100001 | 0 | 1100 | 111 | 10011110 | 1000101 | 1001101 |
Color Harmonies of #9EEDD0
Complementary color
Monochromatic Colors of #9EEDD0
Black with #9EEDD0
Text Example
Text Example
White with #9EEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDD0; }
p { color: rgb(158,237,208); }
H1.HeaderClassName
{
color: #9EEDD0;
}
.AnyTagClassName
{
color: #9EEDD0;
}
</style>
background-color css
<style>
a { background-color: #9EEDD0; }
a { background-color: rgb(158,237,208); }
div.DivClassName
{
background-color: #9EEDD0;
}
.BgClassName
{
background-color: #9EEDD0;
}
</style>
border-color css
<style>
span { border-color: #9EEDD0; }
span { border-color: rgb(158,237,208); }
td.TdClassName
{
border-color: #9EEDD0;
}
.TagClassName
{
border-color: #9EEDD0;
}
</style>