Shades of Magic Mint #A0EDBE
Tints of Magic Mint #A0EDBE
RGB
CMYK
RGB Variations
Color information
#A0EDBE (or 0xA0EDBE) is known color: Magic Mint. HEX triplet: A0, ED and BE. RGB value is (160,237,190). Sum of RGB (Red+Green+Blue) = 160+237+190=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EDBE is #5F1241. Grayscale: #D0D0D0. Windows color (decimal): -6230594 or 12512672. OLE color: 12512672.
HSL color Cylindrical-coordinate representation of color #A0EDBE: hue angle of 143.38º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EDBE is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 160 | 237 | 190 | - |
CMYK | 0.32 | 0 | 0.20 | 0.07 |
HSL | 143.38º | 0.68% | 0.78% | - |
HSV(B) | 143.38º | 0.32% | 0.93% | - |
XYZ | 54.08 | 71.76 | 59.72 | - |
YUV | 208.62 | 117.49 | 93.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 237 | 190 | 0.32 | 0 | 0.20 | 0.07 | 143.38 | 0.68 | 0.78 |
Hex | A0 | ED | BE | 20 | 0 | 14 | 7 | 8F | 44 | 4E |
Octal | 240 | 355 | 276 | 40 | 0 | 24 | 7 | 217 | 104 | 116 |
Binary | 10100000 | 11101101 | 10111110 | 100000 | 0 | 10100 | 111 | 10001111 | 1000100 | 1001110 |
Color Harmonies of #A0EDBE
Complementary color
Monochromatic Colors of #A0EDBE
Black with #A0EDBE
Text Example
Text Example
White with #A0EDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EDBE; }
p { color: rgb(160,237,190); }
H1.HeaderClassName
{
color: #A0EDBE;
}
.AnyTagClassName
{
color: #A0EDBE;
}
</style>
background-color css
<style>
a { background-color: #A0EDBE; }
a { background-color: rgb(160,237,190); }
div.DivClassName
{
background-color: #A0EDBE;
}
.BgClassName
{
background-color: #A0EDBE;
}
</style>
border-color css
<style>
span { border-color: #A0EDBE; }
span { border-color: rgb(160,237,190); }
td.TdClassName
{
border-color: #A0EDBE;
}
.TagClassName
{
border-color: #A0EDBE;
}
</style>