Shades of Magic Mint #9FEAC2
Tints of Magic Mint #9FEAC2
RGB
CMYK
RGB Variations
Color information
#9FEAC2 (or 0x9FEAC2) is known color: Magic Mint. HEX triplet: 9F, EA and C2. RGB value is (159,234,194). Sum of RGB (Red+Green+Blue) = 159+234+194=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEAC2 is #60153D. Grayscale: #CFCFCF. Windows color (decimal): -6296894 or 12774047. OLE color: 12774047.
HSL color Cylindrical-coordinate representation of color #9FEAC2: hue angle of 148º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEAC2 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 194 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.08 |
| HSL | 148º | 0.64% | 0.77% | - |
| HSV(B) | 148º | 0.32% | 0.92% | - |
| XYZ | 53.46 | 70.11 | 61.75 | - |
| YUV | 207.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 194 | 0.32 | 0 | 0.17 | 0.08 | 148 | 0.64 | 0.77 |
| Hex | 9F | EA | C2 | 20 | 0 | 11 | 8 | 94 | 40 | 4D |
| Octal | 237 | 352 | 302 | 40 | 0 | 21 | 10 | 224 | 100 | 115 |
| Binary | 10011111 | 11101010 | 11000010 | 100000 | 0 | 10001 | 1000 | 10010100 | 1000000 | 1001101 |
Color Harmonies of #9FEAC2
Complementary color
Monochromatic Colors of #9FEAC2
Black with #9FEAC2
Text Example
Text Example
White with #9FEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEAC2; }
p { color: rgb(159,234,194); }
H1.HeaderClassName
{
color: #9FEAC2;
}
.AnyTagClassName
{
color: #9FEAC2;
}
</style>
background-color css
<style>
a { background-color: #9FEAC2; }
a { background-color: rgb(159,234,194); }
div.DivClassName
{
background-color: #9FEAC2;
}
.BgClassName
{
background-color: #9FEAC2;
}
</style>
border-color css
<style>
span { border-color: #9FEAC2; }
span { border-color: rgb(159,234,194); }
td.TdClassName
{
border-color: #9FEAC2;
}
.TagClassName
{
border-color: #9FEAC2;
}
</style>