Shades of Magic Mint #A0E7C2
Tints of Magic Mint #A0E7C2
RGB
CMYK
RGB Variations
Color information
#A0E7C2 (or 0xA0E7C2) is known color: Magic Mint. HEX triplet: A0, E7 and C2. RGB value is (160,231,194). Sum of RGB (Red+Green+Blue) = 160+231+194=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E7C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E7C2 is #5F183D. Grayscale: #CDCDCD. Windows color (decimal): -6232126 or 12773280. OLE color: 12773280.
HSL color Cylindrical-coordinate representation of color #A0E7C2: hue angle of 148.73º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E7C2 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 194 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.09 |
| HSL | 148.73º | 0.6% | 0.77% | - |
| HSV(B) | 148.73º | 0.31% | 0.91% | - |
| XYZ | 52.81 | 68.52 | 61.48 | - |
| YUV | 205.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 194 | 0.31 | 0 | 0.16 | 0.09 | 148.73 | 0.6 | 0.77 |
| Hex | A0 | E7 | C2 | 1F | 0 | 10 | 9 | 95 | 3C | 4D |
| Octal | 240 | 347 | 302 | 37 | 0 | 20 | 11 | 225 | 74 | 115 |
| Binary | 10100000 | 11100111 | 11000010 | 11111 | 0 | 10000 | 1001 | 10010101 | 111100 | 1001101 |
Color Harmonies of #A0E7C2
Complementary color
Monochromatic Colors of #A0E7C2
Black with #A0E7C2
Text Example
Text Example
White with #A0E7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E7C2; }
p { color: rgb(160,231,194); }
H1.HeaderClassName
{
color: #A0E7C2;
}
.AnyTagClassName
{
color: #A0E7C2;
}
</style>
background-color css
<style>
a { background-color: #A0E7C2; }
a { background-color: rgb(160,231,194); }
div.DivClassName
{
background-color: #A0E7C2;
}
.BgClassName
{
background-color: #A0E7C2;
}
</style>
border-color css
<style>
span { border-color: #A0E7C2; }
span { border-color: rgb(160,231,194); }
td.TdClassName
{
border-color: #A0E7C2;
}
.TagClassName
{
border-color: #A0E7C2;
}
</style>