Shades of Magic Mint #9FEECA
Tints of Magic Mint #9FEECA
RGB
CMYK
RGB Variations
Color information
#9FEECA (or 0x9FEECA) is known color: Magic Mint. HEX triplet: 9F, EE and CA. RGB value is (159,238,202). Sum of RGB (Red+Green+Blue) = 159+238+202=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEECA is #601135. Grayscale: #D2D2D2. Windows color (decimal): -6295862 or 13299359. OLE color: 13299359.
HSL color Cylindrical-coordinate representation of color #9FEECA: hue angle of 152.66º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEECA is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 202 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.07 |
| HSL | 152.66º | 0.7% | 0.78% | - |
| HSV(B) | 152.66º | 0.33% | 0.93% | - |
| XYZ | 55.53 | 72.78 | 67 | - |
| YUV | 210.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 202 | 0.33 | 0 | 0.15 | 0.07 | 152.66 | 0.7 | 0.78 |
| Hex | 9F | EE | CA | 21 | 0 | F | 7 | 99 | 46 | 4E |
| Octal | 237 | 356 | 312 | 41 | 0 | 17 | 7 | 231 | 106 | 116 |
| Binary | 10011111 | 11101110 | 11001010 | 100001 | 0 | 1111 | 111 | 10011001 | 1000110 | 1001110 |
Color Harmonies of #9FEECA
Complementary color
Monochromatic Colors of #9FEECA
Black with #9FEECA
Text Example
Text Example
White with #9FEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEECA; }
p { color: rgb(159,238,202); }
H1.HeaderClassName
{
color: #9FEECA;
}
.AnyTagClassName
{
color: #9FEECA;
}
</style>
background-color css
<style>
a { background-color: #9FEECA; }
a { background-color: rgb(159,238,202); }
div.DivClassName
{
background-color: #9FEECA;
}
.BgClassName
{
background-color: #9FEECA;
}
</style>
border-color css
<style>
span { border-color: #9FEECA; }
span { border-color: rgb(159,238,202); }
td.TdClassName
{
border-color: #9FEECA;
}
.TagClassName
{
border-color: #9FEECA;
}
</style>