Shades of Magic Mint #9EFFCF
Tints of Magic Mint #9EFFCF
RGB
CMYK
RGB Variations
Color information
#9EFFCF (or 0x9EFFCF) is known color: Magic Mint. HEX triplet: 9E, FF and CF. RGB value is (158,255,207). Sum of RGB (Red+Green+Blue) = 158+255+207=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFCF is #610030. Grayscale: #DCDCDC. Windows color (decimal): -6357041 or 13631390. OLE color: 13631390.
HSL color Cylindrical-coordinate representation of color #9EFFCF: hue angle of 150.31º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFCF is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 207 | - |
| CMYK | 0.38 | 0 | 0.19 | 0 |
| HSL | 150.31º | 1% | 0.81% | - |
| HSV(B) | 150.31º | 0.38% | 1% | - |
| XYZ | 61.12 | 83.29 | 71.89 | - |
| YUV | 220.53 | 120.36 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 207 | 0.38 | 0 | 0.19 | 0 | 150.31 | 1 | 0.81 |
| Hex | 9E | FF | CF | 26 | 0 | 13 | 0 | 96 | 64 | 51 |
| Octal | 236 | 377 | 317 | 46 | 0 | 23 | 0 | 226 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11001111 | 100110 | 0 | 10011 | 0 | 10010110 | 1100100 | 1010001 |
Color Harmonies of #9EFFCF
Complementary color
Monochromatic Colors of #9EFFCF
Black with #9EFFCF
Text Example
Text Example
White with #9EFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFCF; }
p { color: rgb(158,255,207); }
H1.HeaderClassName
{
color: #9EFFCF;
}
.AnyTagClassName
{
color: #9EFFCF;
}
</style>
background-color css
<style>
a { background-color: #9EFFCF; }
a { background-color: rgb(158,255,207); }
div.DivClassName
{
background-color: #9EFFCF;
}
.BgClassName
{
background-color: #9EFFCF;
}
</style>
border-color css
<style>
span { border-color: #9EFFCF; }
span { border-color: rgb(158,255,207); }
td.TdClassName
{
border-color: #9EFFCF;
}
.TagClassName
{
border-color: #9EFFCF;
}
</style>