Shades of Magic Mint #9EFACF
Tints of Magic Mint #9EFACF
RGB
CMYK
RGB Variations
Color information
#9EFACF (or 0x9EFACF) is known color: Magic Mint. HEX triplet: 9E, FA and CF. RGB value is (158,250,207). Sum of RGB (Red+Green+Blue) = 158+250+207=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFACF is #610530. Grayscale: #D9D9D9. Windows color (decimal): -6358321 or 13630110. OLE color: 13630110.
HSL color Cylindrical-coordinate representation of color #9EFACF: hue angle of 151.96º 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 #9EFACF is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 250 | 207 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.02 |
| HSL | 151.96º | 0.9% | 0.8% | - |
| HSV(B) | 151.96º | 0.37% | 0.98% | - |
| XYZ | 59.55 | 80.15 | 71.36 | - |
| YUV | 217.59 | 122.02 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 250 | 207 | 0.37 | 0 | 0.17 | 0.02 | 151.96 | 0.9 | 0.8 |
| Hex | 9E | FA | CF | 25 | 0 | 11 | 2 | 98 | 5A | 50 |
| Octal | 236 | 372 | 317 | 45 | 0 | 21 | 2 | 230 | 132 | 120 |
| Binary | 10011110 | 11111010 | 11001111 | 100101 | 0 | 10001 | 10 | 10011000 | 1011010 | 1010000 |
Color Harmonies of #9EFACF
Complementary color
Monochromatic Colors of #9EFACF
Black with #9EFACF
Text Example
Text Example
White with #9EFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFACF; }
p { color: rgb(158,250,207); }
H1.HeaderClassName
{
color: #9EFACF;
}
.AnyTagClassName
{
color: #9EFACF;
}
</style>
background-color css
<style>
a { background-color: #9EFACF; }
a { background-color: rgb(158,250,207); }
div.DivClassName
{
background-color: #9EFACF;
}
.BgClassName
{
background-color: #9EFACF;
}
</style>
border-color css
<style>
span { border-color: #9EFACF; }
span { border-color: rgb(158,250,207); }
td.TdClassName
{
border-color: #9EFACF;
}
.TagClassName
{
border-color: #9EFACF;
}
</style>