Shades of Magic Mint #A0EEC5
Tints of Magic Mint #A0EEC5
RGB
CMYK
RGB Variations
Color information
#A0EEC5 (or 0xA0EEC5) is known color: Magic Mint. HEX triplet: A0, EE and C5. RGB value is (160,238,197). Sum of RGB (Red+Green+Blue) = 160+238+197=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEC5 is #5F113A. Grayscale: #D2D2D2. Windows color (decimal): -6230331 or 12971680. OLE color: 12971680.
HSL color Cylindrical-coordinate representation of color #A0EEC5: hue angle of 148.46º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEC5 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 197 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.07 |
| HSL | 148.46º | 0.7% | 0.78% | - |
| HSV(B) | 148.46º | 0.33% | 0.93% | - |
| XYZ | 55.15 | 72.65 | 63.94 | - |
| YUV | 210 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 197 | 0.33 | 0 | 0.17 | 0.07 | 148.46 | 0.7 | 0.78 |
| Hex | A0 | EE | C5 | 21 | 0 | 11 | 7 | 94 | 46 | 4E |
| Octal | 240 | 356 | 305 | 41 | 0 | 21 | 7 | 224 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11000101 | 100001 | 0 | 10001 | 111 | 10010100 | 1000110 | 1001110 |
Color Harmonies of #A0EEC5
Complementary color
Monochromatic Colors of #A0EEC5
Black with #A0EEC5
Text Example
Text Example
White with #A0EEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEC5; }
p { color: rgb(160,238,197); }
H1.HeaderClassName
{
color: #A0EEC5;
}
.AnyTagClassName
{
color: #A0EEC5;
}
</style>
background-color css
<style>
a { background-color: #A0EEC5; }
a { background-color: rgb(160,238,197); }
div.DivClassName
{
background-color: #A0EEC5;
}
.BgClassName
{
background-color: #A0EEC5;
}
</style>
border-color css
<style>
span { border-color: #A0EEC5; }
span { border-color: rgb(160,238,197); }
td.TdClassName
{
border-color: #A0EEC5;
}
.TagClassName
{
border-color: #A0EEC5;
}
</style>