Shades of Magic Mint #A0EFD9
Tints of Magic Mint #A0EFD9
RGB
CMYK
RGB Variations
Color information
#A0EFD9 (or 0xA0EFD9) is known color: Magic Mint. HEX triplet: A0, EF and D9. RGB value is (160,239,217). Sum of RGB (Red+Green+Blue) = 160+239+217=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFD9 is #5F1026. Grayscale: #D4D4D4. Windows color (decimal): -6230055 or 14282656. OLE color: 14282656.
HSL color Cylindrical-coordinate representation of color #A0EFD9: hue angle of 163.29º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EFD9 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 217 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.06 |
| HSL | 163.29º | 0.71% | 0.78% | - |
| HSV(B) | 163.29º | 0.33% | 0.94% | - |
| XYZ | 57.89 | 74.22 | 76.92 | - |
| YUV | 212.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 217 | 0.33 | 0 | 0.09 | 0.06 | 163.29 | 0.71 | 0.78 |
| Hex | A0 | EF | D9 | 21 | 0 | 9 | 6 | A3 | 47 | 4E |
| Octal | 240 | 357 | 331 | 41 | 0 | 11 | 6 | 243 | 107 | 116 |
| Binary | 10100000 | 11101111 | 11011001 | 100001 | 0 | 1001 | 110 | 10100011 | 1000111 | 1001110 |
Color Harmonies of #A0EFD9
Complementary color
Monochromatic Colors of #A0EFD9
Black with #A0EFD9
Text Example
Text Example
White with #A0EFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFD9; }
p { color: rgb(160,239,217); }
H1.HeaderClassName
{
color: #A0EFD9;
}
.AnyTagClassName
{
color: #A0EFD9;
}
</style>
background-color css
<style>
a { background-color: #A0EFD9; }
a { background-color: rgb(160,239,217); }
div.DivClassName
{
background-color: #A0EFD9;
}
.BgClassName
{
background-color: #A0EFD9;
}
</style>
border-color css
<style>
span { border-color: #A0EFD9; }
span { border-color: rgb(160,239,217); }
td.TdClassName
{
border-color: #A0EFD9;
}
.TagClassName
{
border-color: #A0EFD9;
}
</style>