Shades of Magic Mint #A0E6CD
Tints of Magic Mint #A0E6CD
RGB
CMYK
RGB Variations
Color information
#A0E6CD (or 0xA0E6CD) is known color: Magic Mint. HEX triplet: A0, E6 and CD. RGB value is (160,230,205). Sum of RGB (Red+Green+Blue) = 160+230+205=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E6CD is #5F1932. Grayscale: #CECECE. Windows color (decimal): -6232371 or 13493920. OLE color: 13493920.
HSL color Cylindrical-coordinate representation of color #A0E6CD: hue angle of 158.57º degrees, saturation: 0.58, 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 #A0E6CD is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 205 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.10 |
| HSL | 158.57º | 0.58% | 0.76% | - |
| HSV(B) | 158.57º | 0.3% | 0.9% | - |
| XYZ | 53.81 | 68.47 | 68.14 | - |
| YUV | 206.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 205 | 0.30 | 0 | 0.11 | 0.10 | 158.57 | 0.58 | 0.76 |
| Hex | A0 | E6 | CD | 1E | 0 | B | A | 9F | 3A | 4C |
| Octal | 240 | 346 | 315 | 36 | 0 | 13 | 12 | 237 | 72 | 114 |
| Binary | 10100000 | 11100110 | 11001101 | 11110 | 0 | 1011 | 1010 | 10011111 | 111010 | 1001100 |
Color Harmonies of #A0E6CD
Complementary color
Monochromatic Colors of #A0E6CD
Black with #A0E6CD
Text Example
Text Example
White with #A0E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E6CD; }
p { color: rgb(160,230,205); }
H1.HeaderClassName
{
color: #A0E6CD;
}
.AnyTagClassName
{
color: #A0E6CD;
}
</style>
background-color css
<style>
a { background-color: #A0E6CD; }
a { background-color: rgb(160,230,205); }
div.DivClassName
{
background-color: #A0E6CD;
}
.BgClassName
{
background-color: #A0E6CD;
}
</style>
border-color css
<style>
span { border-color: #A0E6CD; }
span { border-color: rgb(160,230,205); }
td.TdClassName
{
border-color: #A0E6CD;
}
.TagClassName
{
border-color: #A0E6CD;
}
</style>