Shades of Magic Mint #A0EED1
Tints of Magic Mint #A0EED1
RGB
CMYK
RGB Variations
Color information
#A0EED1 (or 0xA0EED1) is known color: Magic Mint. HEX triplet: A0, EE and D1. RGB value is (160,238,209). Sum of RGB (Red+Green+Blue) = 160+238+209=607 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.36% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EED1 is #5F112E. Grayscale: #D3D3D3. Windows color (decimal): -6230319 or 13758112. OLE color: 13758112.
HSL color Cylindrical-coordinate representation of color #A0EED1: hue angle of 157.69º 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 #A0EED1 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 209 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.07 |
| HSL | 157.69º | 0.7% | 0.78% | - |
| HSV(B) | 157.69º | 0.33% | 0.93% | - |
| XYZ | 56.58 | 73.23 | 71.47 | - |
| YUV | 211.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 209 | 0.33 | 0 | 0.12 | 0.07 | 157.69 | 0.7 | 0.78 |
| Hex | A0 | EE | D1 | 21 | 0 | C | 7 | 9E | 46 | 4E |
| Octal | 240 | 356 | 321 | 41 | 0 | 14 | 7 | 236 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11010001 | 100001 | 0 | 1100 | 111 | 10011110 | 1000110 | 1001110 |
Color Harmonies of #A0EED1
Complementary color
Monochromatic Colors of #A0EED1
Black with #A0EED1
Text Example
Text Example
White with #A0EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EED1; }
p { color: rgb(160,238,209); }
H1.HeaderClassName
{
color: #A0EED1;
}
.AnyTagClassName
{
color: #A0EED1;
}
</style>
background-color css
<style>
a { background-color: #A0EED1; }
a { background-color: rgb(160,238,209); }
div.DivClassName
{
background-color: #A0EED1;
}
.BgClassName
{
background-color: #A0EED1;
}
</style>
border-color css
<style>
span { border-color: #A0EED1; }
span { border-color: rgb(160,238,209); }
td.TdClassName
{
border-color: #A0EED1;
}
.TagClassName
{
border-color: #A0EED1;
}
</style>