Shades of Magic Mint #A0F2C0
Tints of Magic Mint #A0F2C0
RGB
CMYK
RGB Variations
Color information
#A0F2C0 (or 0xA0F2C0) is known color: Magic Mint. HEX triplet: A0, F2 and C0. RGB value is (160,242,192). Sum of RGB (Red+Green+Blue) = 160+242+192=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2C0 is #5F0D3F. Grayscale: #D3D3D3. Windows color (decimal): -6229312 or 12645024. OLE color: 12645024.
HSL color Cylindrical-coordinate representation of color #A0F2C0: hue angle of 143.41º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F2C0 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 192 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.05 |
| HSL | 143.41º | 0.76% | 0.79% | - |
| HSV(B) | 143.41º | 0.34% | 0.95% | - |
| XYZ | 55.76 | 74.78 | 61.36 | - |
| YUV | 211.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 192 | 0.34 | 0 | 0.21 | 0.05 | 143.41 | 0.76 | 0.79 |
| Hex | A0 | F2 | C0 | 22 | 0 | 15 | 5 | 8F | 4C | 4F |
| Octal | 240 | 362 | 300 | 42 | 0 | 25 | 5 | 217 | 114 | 117 |
| Binary | 10100000 | 11110010 | 11000000 | 100010 | 0 | 10101 | 101 | 10001111 | 1001100 | 1001111 |
Color Harmonies of #A0F2C0
Complementary color
Monochromatic Colors of #A0F2C0
Black with #A0F2C0
Text Example
Text Example
White with #A0F2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F2C0; }
p { color: rgb(160,242,192); }
H1.HeaderClassName
{
color: #A0F2C0;
}
.AnyTagClassName
{
color: #A0F2C0;
}
</style>
background-color css
<style>
a { background-color: #A0F2C0; }
a { background-color: rgb(160,242,192); }
div.DivClassName
{
background-color: #A0F2C0;
}
.BgClassName
{
background-color: #A0F2C0;
}
</style>
border-color css
<style>
span { border-color: #A0F2C0; }
span { border-color: rgb(160,242,192); }
td.TdClassName
{
border-color: #A0F2C0;
}
.TagClassName
{
border-color: #A0F2C0;
}
</style>