Shades of Magic Mint #A0EED8
Tints of Magic Mint #A0EED8
RGB
CMYK
RGB Variations
Color information
#A0EED8 (or 0xA0EED8) is known color: Magic Mint. HEX triplet: A0, EE and D8. RGB value is (160,238,216). Sum of RGB (Red+Green+Blue) = 160+238+216=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EED8 is #5F1127. Grayscale: #D4D4D4. Windows color (decimal): -6230312 or 14216864. OLE color: 14216864.
HSL color Cylindrical-coordinate representation of color #A0EED8: hue angle of 163.08º 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 #A0EED8 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 216 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.07 |
| HSL | 163.08º | 0.7% | 0.78% | - |
| HSV(B) | 163.08º | 0.33% | 0.93% | - |
| XYZ | 57.47 | 73.58 | 76.14 | - |
| YUV | 212.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 216 | 0.33 | 0 | 0.09 | 0.07 | 163.08 | 0.7 | 0.78 |
| Hex | A0 | EE | D8 | 21 | 0 | 9 | 7 | A3 | 46 | 4E |
| Octal | 240 | 356 | 330 | 41 | 0 | 11 | 7 | 243 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11011000 | 100001 | 0 | 1001 | 111 | 10100011 | 1000110 | 1001110 |
Color Harmonies of #A0EED8
Complementary color
Monochromatic Colors of #A0EED8
Black with #A0EED8
Text Example
Text Example
White with #A0EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EED8; }
p { color: rgb(160,238,216); }
H1.HeaderClassName
{
color: #A0EED8;
}
.AnyTagClassName
{
color: #A0EED8;
}
</style>
background-color css
<style>
a { background-color: #A0EED8; }
a { background-color: rgb(160,238,216); }
div.DivClassName
{
background-color: #A0EED8;
}
.BgClassName
{
background-color: #A0EED8;
}
</style>
border-color css
<style>
span { border-color: #A0EED8; }
span { border-color: rgb(160,238,216); }
td.TdClassName
{
border-color: #A0EED8;
}
.TagClassName
{
border-color: #A0EED8;
}
</style>