Shades of Magic Mint #9EFCCF
Tints of Magic Mint #9EFCCF
RGB
CMYK
RGB Variations
Color information
#9EFCCF (or 0x9EFCCF) is known color: Magic Mint. HEX triplet: 9E, FC and CF. RGB value is (158,252,207). Sum of RGB (Red+Green+Blue) = 158+252+207=617 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.61% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFCCF is #610330. Grayscale: #DADADA. Windows color (decimal): -6357809 or 13630622. OLE color: 13630622.
HSL color Cylindrical-coordinate representation of color #9EFCCF: hue angle of 151.28º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFCCF is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 207 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.01 |
| HSL | 151.28º | 0.94% | 0.8% | - |
| HSV(B) | 151.28º | 0.37% | 0.99% | - |
| XYZ | 60.17 | 81.39 | 71.57 | - |
| YUV | 218.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 207 | 0.37 | 0 | 0.18 | 0.01 | 151.28 | 0.94 | 0.8 |
| Hex | 9E | FC | CF | 25 | 0 | 12 | 1 | 97 | 5E | 50 |
| Octal | 236 | 374 | 317 | 45 | 0 | 22 | 1 | 227 | 136 | 120 |
| Binary | 10011110 | 11111100 | 11001111 | 100101 | 0 | 10010 | 1 | 10010111 | 1011110 | 1010000 |
Color Harmonies of #9EFCCF
Complementary color
Monochromatic Colors of #9EFCCF
Black with #9EFCCF
Text Example
Text Example
White with #9EFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFCCF; }
p { color: rgb(158,252,207); }
H1.HeaderClassName
{
color: #9EFCCF;
}
.AnyTagClassName
{
color: #9EFCCF;
}
</style>
background-color css
<style>
a { background-color: #9EFCCF; }
a { background-color: rgb(158,252,207); }
div.DivClassName
{
background-color: #9EFCCF;
}
.BgClassName
{
background-color: #9EFCCF;
}
</style>
border-color css
<style>
span { border-color: #9EFCCF; }
span { border-color: rgb(158,252,207); }
td.TdClassName
{
border-color: #9EFCCF;
}
.TagClassName
{
border-color: #9EFCCF;
}
</style>