Shades of Magic Mint #9EFED2
Tints of Magic Mint #9EFED2
RGB
CMYK
RGB Variations
Color information
#9EFED2 (or 0x9EFED2) is known color: Magic Mint. HEX triplet: 9E, FE and D2. RGB value is (158,254,210). Sum of RGB (Red+Green+Blue) = 158+254+210=622 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.40% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFED2 is #61012D. Grayscale: #DCDCDC. Windows color (decimal): -6357294 or 13827742. OLE color: 13827742.
HSL color Cylindrical-coordinate representation of color #9EFED2: hue angle of 152.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFED2 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 210 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.00 |
| HSL | 152.5º | 0.98% | 0.81% | - |
| HSV(B) | 152.5º | 0.38% | 1% | - |
| XYZ | 61.18 | 82.81 | 73.73 | - |
| YUV | 220.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 210 | 0.38 | 0 | 0.17 | 0.00 | 152.5 | 0.98 | 0.81 |
| Hex | 9E | FE | D2 | 26 | 0 | 11 | 0 | 98 | 62 | 51 |
| Octal | 236 | 376 | 322 | 46 | 0 | 21 | 0 | 230 | 142 | 121 |
| Binary | 10011110 | 11111110 | 11010010 | 100110 | 0 | 10001 | 0 | 10011000 | 1100010 | 1010001 |
Color Harmonies of #9EFED2
Complementary color
Monochromatic Colors of #9EFED2
Black with #9EFED2
Text Example
Text Example
White with #9EFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFED2; }
p { color: rgb(158,254,210); }
H1.HeaderClassName
{
color: #9EFED2;
}
.AnyTagClassName
{
color: #9EFED2;
}
</style>
background-color css
<style>
a { background-color: #9EFED2; }
a { background-color: rgb(158,254,210); }
div.DivClassName
{
background-color: #9EFED2;
}
.BgClassName
{
background-color: #9EFED2;
}
</style>
border-color css
<style>
span { border-color: #9EFED2; }
span { border-color: rgb(158,254,210); }
td.TdClassName
{
border-color: #9EFED2;
}
.TagClassName
{
border-color: #9EFED2;
}
</style>