Shades of Magic Mint #9FEACA
Tints of Magic Mint #9FEACA
RGB
CMYK
RGB Variations
Color information
#9FEACA (or 0x9FEACA) is known color: Magic Mint. HEX triplet: 9F, EA and CA. RGB value is (159,234,202). Sum of RGB (Red+Green+Blue) = 159+234+202=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEACA is #601535. Grayscale: #CFCFCF. Windows color (decimal): -6296886 or 13298335. OLE color: 13298335.
HSL color Cylindrical-coordinate representation of color #9FEACA: hue angle of 154.4º 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 #9FEACA is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 202 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.08 |
| HSL | 154.4º | 0.64% | 0.77% | - |
| HSV(B) | 154.4º | 0.32% | 0.92% | - |
| XYZ | 54.38 | 70.48 | 66.62 | - |
| YUV | 207.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 202 | 0.32 | 0 | 0.14 | 0.08 | 154.4 | 0.64 | 0.77 |
| Hex | 9F | EA | CA | 20 | 0 | E | 8 | 9A | 40 | 4D |
| Octal | 237 | 352 | 312 | 40 | 0 | 16 | 10 | 232 | 100 | 115 |
| Binary | 10011111 | 11101010 | 11001010 | 100000 | 0 | 1110 | 1000 | 10011010 | 1000000 | 1001101 |
Color Harmonies of #9FEACA
Complementary color
Monochromatic Colors of #9FEACA
Black with #9FEACA
Text Example
Text Example
White with #9FEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEACA; }
p { color: rgb(159,234,202); }
H1.HeaderClassName
{
color: #9FEACA;
}
.AnyTagClassName
{
color: #9FEACA;
}
</style>
background-color css
<style>
a { background-color: #9FEACA; }
a { background-color: rgb(159,234,202); }
div.DivClassName
{
background-color: #9FEACA;
}
.BgClassName
{
background-color: #9FEACA;
}
</style>
border-color css
<style>
span { border-color: #9FEACA; }
span { border-color: rgb(159,234,202); }
td.TdClassName
{
border-color: #9FEACA;
}
.TagClassName
{
border-color: #9FEACA;
}
</style>