Shades of Magic Mint #9EEFC8
Tints of Magic Mint #9EEFC8
RGB
CMYK
RGB Variations
Color information
#9EEFC8 (or 0x9EEFC8) is known color: Magic Mint. HEX triplet: 9E, EF and C8. RGB value is (158,239,200). Sum of RGB (Red+Green+Blue) = 158+239+200=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFC8 is #611037. Grayscale: #D2D2D2. Windows color (decimal): -6361144 or 13168542. OLE color: 13168542.
HSL color Cylindrical-coordinate representation of color #9EEFC8: hue angle of 151.11º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEFC8 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 239 | 200 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.06 |
| HSL | 151.11º | 0.72% | 0.78% | - |
| HSV(B) | 151.11º | 0.34% | 0.94% | - |
| XYZ | 55.39 | 73.17 | 65.85 | - |
| YUV | 210.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 200 | 0.34 | 0 | 0.16 | 0.06 | 151.11 | 0.72 | 0.78 |
| Hex | 9E | EF | C8 | 22 | 0 | 10 | 6 | 97 | 48 | 4E |
| Octal | 236 | 357 | 310 | 42 | 0 | 20 | 6 | 227 | 110 | 116 |
| Binary | 10011110 | 11101111 | 11001000 | 100010 | 0 | 10000 | 110 | 10010111 | 1001000 | 1001110 |
Color Harmonies of #9EEFC8
Complementary color
Monochromatic Colors of #9EEFC8
Black with #9EEFC8
Text Example
Text Example
White with #9EEFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEFC8; }
p { color: rgb(158,239,200); }
H1.HeaderClassName
{
color: #9EEFC8;
}
.AnyTagClassName
{
color: #9EEFC8;
}
</style>
background-color css
<style>
a { background-color: #9EEFC8; }
a { background-color: rgb(158,239,200); }
div.DivClassName
{
background-color: #9EEFC8;
}
.BgClassName
{
background-color: #9EEFC8;
}
</style>
border-color css
<style>
span { border-color: #9EEFC8; }
span { border-color: rgb(158,239,200); }
td.TdClassName
{
border-color: #9EEFC8;
}
.TagClassName
{
border-color: #9EEFC8;
}
</style>