Shades of Magic Mint #9EFACB
Tints of Magic Mint #9EFACB
RGB
CMYK
RGB Variations
Color information
#9EFACB (or 0x9EFACB) is known color: Magic Mint. HEX triplet: 9E, FA and CB. RGB value is (158,250,203). Sum of RGB (Red+Green+Blue) = 158+250+203=611 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.86% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFACB is #610534. Grayscale: #D9D9D9. Windows color (decimal): -6358325 or 13367966. OLE color: 13367966.
HSL color Cylindrical-coordinate representation of color #9EFACB: hue angle of 149.35º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFACB is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 203 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.02 |
| HSL | 149.35º | 0.9% | 0.8% | - |
| HSV(B) | 149.35º | 0.37% | 0.98% | - |
| XYZ | 59.07 | 79.95 | 68.82 | - |
| YUV | 217.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 203 | 0.37 | 0 | 0.19 | 0.02 | 149.35 | 0.9 | 0.8 |
| Hex | 9E | FA | CB | 25 | 0 | 13 | 2 | 95 | 5A | 50 |
| Octal | 236 | 372 | 313 | 45 | 0 | 23 | 2 | 225 | 132 | 120 |
| Binary | 10011110 | 11111010 | 11001011 | 100101 | 0 | 10011 | 10 | 10010101 | 1011010 | 1010000 |
Color Harmonies of #9EFACB
Complementary color
Monochromatic Colors of #9EFACB
Black with #9EFACB
Text Example
Text Example
White with #9EFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFACB; }
p { color: rgb(158,250,203); }
H1.HeaderClassName
{
color: #9EFACB;
}
.AnyTagClassName
{
color: #9EFACB;
}
</style>
background-color css
<style>
a { background-color: #9EFACB; }
a { background-color: rgb(158,250,203); }
div.DivClassName
{
background-color: #9EFACB;
}
.BgClassName
{
background-color: #9EFACB;
}
</style>
border-color css
<style>
span { border-color: #9EFACB; }
span { border-color: rgb(158,250,203); }
td.TdClassName
{
border-color: #9EFACB;
}
.TagClassName
{
border-color: #9EFACB;
}
</style>