Shades of Magic Mint #9EFECA
Tints of Magic Mint #9EFECA
RGB
CMYK
RGB Variations
Color information
#9EFECA (or 0x9EFECA) is known color: Magic Mint. HEX triplet: 9E, FE and CA. RGB value is (158,254,202). Sum of RGB (Red+Green+Blue) = 158+254+202=614 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.73% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFECA is #610135. Grayscale: #DBDBDB. Windows color (decimal): -6357302 or 13303454. OLE color: 13303454.
HSL color Cylindrical-coordinate representation of color #9EFECA: hue angle of 147.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 #9EFECA is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 202 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.00 |
| HSL | 147.5º | 0.98% | 0.81% | - |
| HSV(B) | 147.5º | 0.38% | 1% | - |
| XYZ | 60.2 | 82.42 | 68.61 | - |
| YUV | 219.37 | 118.2 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 202 | 0.38 | 0 | 0.20 | 0.00 | 147.5 | 0.98 | 0.81 |
| Hex | 9E | FE | CA | 26 | 0 | 14 | 0 | 94 | 62 | 51 |
| Octal | 236 | 376 | 312 | 46 | 0 | 24 | 0 | 224 | 142 | 121 |
| Binary | 10011110 | 11111110 | 11001010 | 100110 | 0 | 10100 | 0 | 10010100 | 1100010 | 1010001 |
Color Harmonies of #9EFECA
Complementary color
Monochromatic Colors of #9EFECA
Black with #9EFECA
Text Example
Text Example
White with #9EFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFECA; }
p { color: rgb(158,254,202); }
H1.HeaderClassName
{
color: #9EFECA;
}
.AnyTagClassName
{
color: #9EFECA;
}
</style>
background-color css
<style>
a { background-color: #9EFECA; }
a { background-color: rgb(158,254,202); }
div.DivClassName
{
background-color: #9EFECA;
}
.BgClassName
{
background-color: #9EFECA;
}
</style>
border-color css
<style>
span { border-color: #9EFECA; }
span { border-color: rgb(158,254,202); }
td.TdClassName
{
border-color: #9EFECA;
}
.TagClassName
{
border-color: #9EFECA;
}
</style>