Shades of Magic Mint #9FE9CE
Tints of Magic Mint #9FE9CE
RGB
CMYK
RGB Variations
Color information
#9FE9CE (or 0x9FE9CE) is known color: Magic Mint. HEX triplet: 9F, E9 and CE. RGB value is (159,233,206). Sum of RGB (Red+Green+Blue) = 159+233+206=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE9CE is #601631. Grayscale: #CFCFCF. Windows color (decimal): -6297138 or 13560223. OLE color: 13560223.
HSL color Cylindrical-coordinate representation of color #9FE9CE: hue angle of 158.11º 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 #9FE9CE is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 206 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.09 |
| HSL | 158.11º | 0.63% | 0.77% | - |
| HSV(B) | 158.11º | 0.32% | 0.91% | - |
| XYZ | 54.58 | 70.11 | 69.05 | - |
| YUV | 207.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 206 | 0.32 | 0 | 0.12 | 0.09 | 158.11 | 0.63 | 0.77 |
| Hex | 9F | E9 | CE | 20 | 0 | C | 9 | 9E | 3F | 4D |
| Octal | 237 | 351 | 316 | 40 | 0 | 14 | 11 | 236 | 77 | 115 |
| Binary | 10011111 | 11101001 | 11001110 | 100000 | 0 | 1100 | 1001 | 10011110 | 111111 | 1001101 |
Color Harmonies of #9FE9CE
Complementary color
Monochromatic Colors of #9FE9CE
Black with #9FE9CE
Text Example
Text Example
White with #9FE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE9CE; }
p { color: rgb(159,233,206); }
H1.HeaderClassName
{
color: #9FE9CE;
}
.AnyTagClassName
{
color: #9FE9CE;
}
</style>
background-color css
<style>
a { background-color: #9FE9CE; }
a { background-color: rgb(159,233,206); }
div.DivClassName
{
background-color: #9FE9CE;
}
.BgClassName
{
background-color: #9FE9CE;
}
</style>
border-color css
<style>
span { border-color: #9FE9CE; }
span { border-color: rgb(159,233,206); }
td.TdClassName
{
border-color: #9FE9CE;
}
.TagClassName
{
border-color: #9FE9CE;
}
</style>