Shades of Magic Mint #A0E5CB
Tints of Magic Mint #A0E5CB
RGB
CMYK
RGB Variations
Color information
#A0E5CB (or 0xA0E5CB) is known color: Magic Mint. HEX triplet: A0, E5 and CB. RGB value is (160,229,203). Sum of RGB (Red+Green+Blue) = 160+229+203=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E5CB is #5F1A34. Grayscale: #CDCDCD. Windows color (decimal): -6232629 or 13362592. OLE color: 13362592.
HSL color Cylindrical-coordinate representation of color #A0E5CB: hue angle of 157.39º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E5CB is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 229 | 203 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.10 |
| HSL | 157.39º | 0.57% | 0.76% | - |
| HSV(B) | 157.39º | 0.3% | 0.9% | - |
| XYZ | 53.3 | 67.82 | 66.78 | - |
| YUV | 205.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 229 | 203 | 0.30 | 0 | 0.11 | 0.10 | 157.39 | 0.57 | 0.76 |
| Hex | A0 | E5 | CB | 1E | 0 | B | A | 9D | 39 | 4C |
| Octal | 240 | 345 | 313 | 36 | 0 | 13 | 12 | 235 | 71 | 114 |
| Binary | 10100000 | 11100101 | 11001011 | 11110 | 0 | 1011 | 1010 | 10011101 | 111001 | 1001100 |
Color Harmonies of #A0E5CB
Complementary color
Monochromatic Colors of #A0E5CB
Black with #A0E5CB
Text Example
Text Example
White with #A0E5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E5CB; }
p { color: rgb(160,229,203); }
H1.HeaderClassName
{
color: #A0E5CB;
}
.AnyTagClassName
{
color: #A0E5CB;
}
</style>
background-color css
<style>
a { background-color: #A0E5CB; }
a { background-color: rgb(160,229,203); }
div.DivClassName
{
background-color: #A0E5CB;
}
.BgClassName
{
background-color: #A0E5CB;
}
</style>
border-color css
<style>
span { border-color: #A0E5CB; }
span { border-color: rgb(160,229,203); }
td.TdClassName
{
border-color: #A0E5CB;
}
.TagClassName
{
border-color: #A0E5CB;
}
</style>