Shades of Magic Mint #9FE8CA
Tints of Magic Mint #9FE8CA
RGB
CMYK
RGB Variations
Color information
#9FE8CA (or 0x9FE8CA) is known color: Magic Mint. HEX triplet: 9F, E8 and CA. RGB value is (159,232,202). Sum of RGB (Red+Green+Blue) = 159+232+202=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE8CA is #601735. Grayscale: #CECECE. Windows color (decimal): -6297398 or 13297823. OLE color: 13297823.
HSL color Cylindrical-coordinate representation of color #9FE8CA: hue angle of 155.34º 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 #9FE8CA is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 232 | 202 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.09 |
| HSL | 155.34º | 0.61% | 0.77% | - |
| HSV(B) | 155.34º | 0.31% | 0.91% | - |
| XYZ | 53.82 | 69.35 | 66.43 | - |
| YUV | 206.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 232 | 202 | 0.31 | 0 | 0.13 | 0.09 | 155.34 | 0.61 | 0.77 |
| Hex | 9F | E8 | CA | 1F | 0 | D | 9 | 9B | 3D | 4D |
| Octal | 237 | 350 | 312 | 37 | 0 | 15 | 11 | 233 | 75 | 115 |
| Binary | 10011111 | 11101000 | 11001010 | 11111 | 0 | 1101 | 1001 | 10011011 | 111101 | 1001101 |
Color Harmonies of #9FE8CA
Complementary color
Monochromatic Colors of #9FE8CA
Black with #9FE8CA
Text Example
Text Example
White with #9FE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE8CA; }
p { color: rgb(159,232,202); }
H1.HeaderClassName
{
color: #9FE8CA;
}
.AnyTagClassName
{
color: #9FE8CA;
}
</style>
background-color css
<style>
a { background-color: #9FE8CA; }
a { background-color: rgb(159,232,202); }
div.DivClassName
{
background-color: #9FE8CA;
}
.BgClassName
{
background-color: #9FE8CA;
}
</style>
border-color css
<style>
span { border-color: #9FE8CA; }
span { border-color: rgb(159,232,202); }
td.TdClassName
{
border-color: #9FE8CA;
}
.TagClassName
{
border-color: #9FE8CA;
}
</style>