Shades of Magic Mint #9EECD4
Tints of Magic Mint #9EECD4
RGB
CMYK
RGB Variations
Color information
#9EECD4 (or 0x9EECD4) is known color: Magic Mint. HEX triplet: 9E, EC and D4. RGB value is (158,236,212). Sum of RGB (Red+Green+Blue) = 158+236+212=606 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.07% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #9EECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EECD4 is #61132B. Grayscale: #D1D1D1. Windows color (decimal): -6361900 or 13954206. OLE color: 13954206.
HSL color Cylindrical-coordinate representation of color #9EECD4: hue angle of 161.54º degrees, saturation: 0.67, 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 #9EECD4 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 236 | 212 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.07 |
| HSL | 161.54º | 0.67% | 0.77% | - |
| HSV(B) | 161.54º | 0.33% | 0.93% | - |
| XYZ | 55.98 | 72.01 | 73.24 | - |
| YUV | 209.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 212 | 0.33 | 0 | 0.10 | 0.07 | 161.54 | 0.67 | 0.77 |
| Hex | 9E | EC | D4 | 21 | 0 | A | 7 | A2 | 43 | 4D |
| Octal | 236 | 354 | 324 | 41 | 0 | 12 | 7 | 242 | 103 | 115 |
| Binary | 10011110 | 11101100 | 11010100 | 100001 | 0 | 1010 | 111 | 10100010 | 1000011 | 1001101 |
Color Harmonies of #9EECD4
Complementary color
Monochromatic Colors of #9EECD4
Black with #9EECD4
Text Example
Text Example
White with #9EECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECD4; }
p { color: rgb(158,236,212); }
H1.HeaderClassName
{
color: #9EECD4;
}
.AnyTagClassName
{
color: #9EECD4;
}
</style>
background-color css
<style>
a { background-color: #9EECD4; }
a { background-color: rgb(158,236,212); }
div.DivClassName
{
background-color: #9EECD4;
}
.BgClassName
{
background-color: #9EECD4;
}
</style>
border-color css
<style>
span { border-color: #9EECD4; }
span { border-color: rgb(158,236,212); }
td.TdClassName
{
border-color: #9EECD4;
}
.TagClassName
{
border-color: #9EECD4;
}
</style>