Shades of Magic Mint #A0EACF
Tints of Magic Mint #A0EACF
RGB
CMYK
RGB Variations
Color information
#A0EACF (or 0xA0EACF) is known color: Magic Mint. HEX triplet: A0, EA and CF. RGB value is (160,234,207). Sum of RGB (Red+Green+Blue) = 160+234+207=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EACF is #5F1530. Grayscale: #D0D0D0. Windows color (decimal): -6231345 or 13626016. OLE color: 13626016.
HSL color Cylindrical-coordinate representation of color #A0EACF: hue angle of 158.11º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EACF is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 207 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.08 |
| HSL | 158.11º | 0.64% | 0.77% | - |
| HSV(B) | 158.11º | 0.32% | 0.92% | - |
| XYZ | 55.18 | 70.82 | 69.79 | - |
| YUV | 208.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 207 | 0.32 | 0 | 0.12 | 0.08 | 158.11 | 0.64 | 0.77 |
| Hex | A0 | EA | CF | 20 | 0 | C | 8 | 9E | 40 | 4D |
| Octal | 240 | 352 | 317 | 40 | 0 | 14 | 10 | 236 | 100 | 115 |
| Binary | 10100000 | 11101010 | 11001111 | 100000 | 0 | 1100 | 1000 | 10011110 | 1000000 | 1001101 |
Color Harmonies of #A0EACF
Complementary color
Monochromatic Colors of #A0EACF
Black with #A0EACF
Text Example
Text Example
White with #A0EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EACF; }
p { color: rgb(160,234,207); }
H1.HeaderClassName
{
color: #A0EACF;
}
.AnyTagClassName
{
color: #A0EACF;
}
</style>
background-color css
<style>
a { background-color: #A0EACF; }
a { background-color: rgb(160,234,207); }
div.DivClassName
{
background-color: #A0EACF;
}
.BgClassName
{
background-color: #A0EACF;
}
</style>
border-color css
<style>
span { border-color: #A0EACF; }
span { border-color: rgb(160,234,207); }
td.TdClassName
{
border-color: #A0EACF;
}
.TagClassName
{
border-color: #A0EACF;
}
</style>