Shades of Magic Mint #9EEFD5
Tints of Magic Mint #9EEFD5
RGB
CMYK
RGB Variations
Color information
#9EEFD5 (or 0x9EEFD5) is known color: Magic Mint. HEX triplet: 9E, EF and D5. RGB value is (158,239,213). Sum of RGB (Red+Green+Blue) = 158+239+213=610 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.90% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFD5 is #61102A. Grayscale: #D3D3D3. Windows color (decimal): -6361131 or 14020510. OLE color: 14020510.
HSL color Cylindrical-coordinate representation of color #9EEFD5: hue angle of 160.74º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEFD5 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 213 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.06 |
| HSL | 160.74º | 0.72% | 0.78% | - |
| HSV(B) | 160.74º | 0.34% | 0.94% | - |
| XYZ | 56.98 | 73.81 | 74.19 | - |
| YUV | 211.82 | 128.66 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 213 | 0.34 | 0 | 0.11 | 0.06 | 160.74 | 0.72 | 0.78 |
| Hex | 9E | EF | D5 | 22 | 0 | B | 6 | A1 | 48 | 4E |
| Octal | 236 | 357 | 325 | 42 | 0 | 13 | 6 | 241 | 110 | 116 |
| Binary | 10011110 | 11101111 | 11010101 | 100010 | 0 | 1011 | 110 | 10100001 | 1001000 | 1001110 |
Color Harmonies of #9EEFD5
Complementary color
Monochromatic Colors of #9EEFD5
Black with #9EEFD5
Text Example
Text Example
White with #9EEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEFD5; }
p { color: rgb(158,239,213); }
H1.HeaderClassName
{
color: #9EEFD5;
}
.AnyTagClassName
{
color: #9EEFD5;
}
</style>
background-color css
<style>
a { background-color: #9EEFD5; }
a { background-color: rgb(158,239,213); }
div.DivClassName
{
background-color: #9EEFD5;
}
.BgClassName
{
background-color: #9EEFD5;
}
</style>
border-color css
<style>
span { border-color: #9EEFD5; }
span { border-color: rgb(158,239,213); }
td.TdClassName
{
border-color: #9EEFD5;
}
.TagClassName
{
border-color: #9EEFD5;
}
</style>