Shades of Magic Mint #9FE9C8
Tints of Magic Mint #9FE9C8
RGB
CMYK
RGB Variations
Color information
#9FE9C8 (or 0x9FE9C8) is known color: Magic Mint. HEX triplet: 9F, E9 and C8. RGB value is (159,233,200). Sum of RGB (Red+Green+Blue) = 159+233+200=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE9C8 is #601637. Grayscale: #CFCFCF. Windows color (decimal): -6297144 or 13167007. OLE color: 13167007.
HSL color Cylindrical-coordinate representation of color #9FE9C8: hue angle of 153.24º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FE9C8 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 200 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.09 |
| HSL | 153.24º | 0.63% | 0.77% | - |
| HSV(B) | 153.24º | 0.32% | 0.91% | - |
| XYZ | 53.86 | 69.82 | 65.28 | - |
| YUV | 207.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 200 | 0.32 | 0 | 0.14 | 0.09 | 153.24 | 0.63 | 0.77 |
| Hex | 9F | E9 | C8 | 20 | 0 | E | 9 | 99 | 3F | 4D |
| Octal | 237 | 351 | 310 | 40 | 0 | 16 | 11 | 231 | 77 | 115 |
| Binary | 10011111 | 11101001 | 11001000 | 100000 | 0 | 1110 | 1001 | 10011001 | 111111 | 1001101 |
Color Harmonies of #9FE9C8
Complementary color
Monochromatic Colors of #9FE9C8
Black with #9FE9C8
Text Example
Text Example
White with #9FE9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE9C8; }
p { color: rgb(159,233,200); }
H1.HeaderClassName
{
color: #9FE9C8;
}
.AnyTagClassName
{
color: #9FE9C8;
}
</style>
background-color css
<style>
a { background-color: #9FE9C8; }
a { background-color: rgb(159,233,200); }
div.DivClassName
{
background-color: #9FE9C8;
}
.BgClassName
{
background-color: #9FE9C8;
}
</style>
border-color css
<style>
span { border-color: #9FE9C8; }
span { border-color: rgb(159,233,200); }
td.TdClassName
{
border-color: #9FE9C8;
}
.TagClassName
{
border-color: #9FE9C8;
}
</style>