Shades of Magic Mint #A0E9CD
Tints of Magic Mint #A0E9CD
RGB
CMYK
RGB Variations
Color information
#A0E9CD (or 0xA0E9CD) is known color: Magic Mint. HEX triplet: A0, E9 and CD. RGB value is (160,233,205). Sum of RGB (Red+Green+Blue) = 160+233+205=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9CD is #5F1632. Grayscale: #D0D0D0. Windows color (decimal): -6231603 or 13494688. OLE color: 13494688.
HSL color Cylindrical-coordinate representation of color #A0E9CD: hue angle of 156.99º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E9CD is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 160 | 233 | 205 | - |
CMYK | 0.31 | 0 | 0.12 | 0.09 |
HSL | 156.99º | 0.62% | 0.77% | - |
HSV(B) | 156.99º | 0.31% | 0.91% | - |
XYZ | 54.66 | 70.16 | 68.42 | - |
YUV | 207.98 | 126.32 | 93.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 233 | 205 | 0.31 | 0 | 0.12 | 0.09 | 156.99 | 0.62 | 0.77 |
Hex | A0 | E9 | CD | 1F | 0 | C | 9 | 9D | 3E | 4D |
Octal | 240 | 351 | 315 | 37 | 0 | 14 | 11 | 235 | 76 | 115 |
Binary | 10100000 | 11101001 | 11001101 | 11111 | 0 | 1100 | 1001 | 10011101 | 111110 | 1001101 |
Color Harmonies of #A0E9CD
Complementary color
Monochromatic Colors of #A0E9CD
Black with #A0E9CD
Text Example
Text Example
White with #A0E9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9CD; }
p { color: rgb(160,233,205); }
H1.HeaderClassName
{
color: #A0E9CD;
}
.AnyTagClassName
{
color: #A0E9CD;
}
</style>
background-color css
<style>
a { background-color: #A0E9CD; }
a { background-color: rgb(160,233,205); }
div.DivClassName
{
background-color: #A0E9CD;
}
.BgClassName
{
background-color: #A0E9CD;
}
</style>
border-color css
<style>
span { border-color: #A0E9CD; }
span { border-color: rgb(160,233,205); }
td.TdClassName
{
border-color: #A0E9CD;
}
.TagClassName
{
border-color: #A0E9CD;
}
</style>