Shades of Magic Mint #9FEAC3
Tints of Magic Mint #9FEAC3
RGB
CMYK
RGB Variations
Color information
#9FEAC3 (or 0x9FEAC3) is known color: Magic Mint. HEX triplet: 9F, EA and C3. RGB value is (159,234,195). Sum of RGB (Red+Green+Blue) = 159+234+195=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEAC3 is #60153C. Grayscale: #CFCFCF. Windows color (decimal): -6296893 or 12839583. OLE color: 12839583.
HSL color Cylindrical-coordinate representation of color #9FEAC3: hue angle of 148.8º 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 #9FEAC3 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 195 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.08 |
| HSL | 148.8º | 0.64% | 0.77% | - |
| HSV(B) | 148.8º | 0.32% | 0.92% | - |
| XYZ | 53.57 | 70.16 | 62.35 | - |
| YUV | 207.13 | 121.15 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 195 | 0.32 | 0 | 0.17 | 0.08 | 148.8 | 0.64 | 0.77 |
| Hex | 9F | EA | C3 | 20 | 0 | 11 | 8 | 95 | 40 | 4D |
| Octal | 237 | 352 | 303 | 40 | 0 | 21 | 10 | 225 | 100 | 115 |
| Binary | 10011111 | 11101010 | 11000011 | 100000 | 0 | 10001 | 1000 | 10010101 | 1000000 | 1001101 |
Color Harmonies of #9FEAC3
Complementary color
Monochromatic Colors of #9FEAC3
Black with #9FEAC3
Text Example
Text Example
White with #9FEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEAC3; }
p { color: rgb(159,234,195); }
H1.HeaderClassName
{
color: #9FEAC3;
}
.AnyTagClassName
{
color: #9FEAC3;
}
</style>
background-color css
<style>
a { background-color: #9FEAC3; }
a { background-color: rgb(159,234,195); }
div.DivClassName
{
background-color: #9FEAC3;
}
.BgClassName
{
background-color: #9FEAC3;
}
</style>
border-color css
<style>
span { border-color: #9FEAC3; }
span { border-color: rgb(159,234,195); }
td.TdClassName
{
border-color: #9FEAC3;
}
.TagClassName
{
border-color: #9FEAC3;
}
</style>