Shades of Magic Mint #9EFEBE
Tints of Magic Mint #9EFEBE
RGB
CMYK
RGB Variations
Color information
#9EFEBE (or 0x9EFEBE) is known color: Magic Mint. HEX triplet: 9E, FE and BE. RGB value is (158,254,190). Sum of RGB (Red+Green+Blue) = 158+254+190=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFEBE is #610141. Grayscale: #DADADA. Windows color (decimal): -6357314 or 12517022. OLE color: 12517022.
HSL color Cylindrical-coordinate representation of color #9EFEBE: hue angle of 140º 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 #9EFEBE is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 190 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.00 |
| HSL | 140º | 0.98% | 0.81% | - |
| HSV(B) | 140º | 0.38% | 1% | - |
| XYZ | 58.84 | 81.87 | 61.42 | - |
| YUV | 218 | 112.2 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 190 | 0.38 | 0 | 0.25 | 0.00 | 140 | 0.98 | 0.81 |
| Hex | 9E | FE | BE | 26 | 0 | 19 | 0 | 8C | 62 | 51 |
| Octal | 236 | 376 | 276 | 46 | 0 | 31 | 0 | 214 | 142 | 121 |
| Binary | 10011110 | 11111110 | 10111110 | 100110 | 0 | 11001 | 0 | 10001100 | 1100010 | 1010001 |
Color Harmonies of #9EFEBE
Complementary color
Monochromatic Colors of #9EFEBE
Black with #9EFEBE
Text Example
Text Example
White with #9EFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFEBE; }
p { color: rgb(158,254,190); }
H1.HeaderClassName
{
color: #9EFEBE;
}
.AnyTagClassName
{
color: #9EFEBE;
}
</style>
background-color css
<style>
a { background-color: #9EFEBE; }
a { background-color: rgb(158,254,190); }
div.DivClassName
{
background-color: #9EFEBE;
}
.BgClassName
{
background-color: #9EFEBE;
}
</style>
border-color css
<style>
span { border-color: #9EFEBE; }
span { border-color: rgb(158,254,190); }
td.TdClassName
{
border-color: #9EFEBE;
}
.TagClassName
{
border-color: #9EFEBE;
}
</style>