Shades of Magic Mint #9FE8C5
Tints of Magic Mint #9FE8C5
RGB
CMYK
RGB Variations
Color information
#9FE8C5 (or 0x9FE8C5) is known color: Magic Mint. HEX triplet: 9F, E8 and C5. RGB value is (159,232,197). Sum of RGB (Red+Green+Blue) = 159+232+197=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE8C5 is #60173A. Grayscale: #CECECE. Windows color (decimal): -6297403 or 12970143. OLE color: 12970143.
HSL color Cylindrical-coordinate representation of color #9FE8C5: hue angle of 151.23º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8C5 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 232 | 197 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.09 |
| HSL | 151.23º | 0.61% | 0.77% | - |
| HSV(B) | 151.23º | 0.31% | 0.91% | - |
| XYZ | 53.23 | 69.12 | 63.36 | - |
| YUV | 206.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 232 | 197 | 0.31 | 0 | 0.15 | 0.09 | 151.23 | 0.61 | 0.77 |
| Hex | 9F | E8 | C5 | 1F | 0 | F | 9 | 97 | 3D | 4D |
| Octal | 237 | 350 | 305 | 37 | 0 | 17 | 11 | 227 | 75 | 115 |
| Binary | 10011111 | 11101000 | 11000101 | 11111 | 0 | 1111 | 1001 | 10010111 | 111101 | 1001101 |
Color Harmonies of #9FE8C5
Complementary color
Monochromatic Colors of #9FE8C5
Black with #9FE8C5
Text Example
Text Example
White with #9FE8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE8C5; }
p { color: rgb(159,232,197); }
H1.HeaderClassName
{
color: #9FE8C5;
}
.AnyTagClassName
{
color: #9FE8C5;
}
</style>
background-color css
<style>
a { background-color: #9FE8C5; }
a { background-color: rgb(159,232,197); }
div.DivClassName
{
background-color: #9FE8C5;
}
.BgClassName
{
background-color: #9FE8C5;
}
</style>
border-color css
<style>
span { border-color: #9FE8C5; }
span { border-color: rgb(159,232,197); }
td.TdClassName
{
border-color: #9FE8C5;
}
.TagClassName
{
border-color: #9FE8C5;
}
</style>