Shades of Magic Mint #A0EFD4
Tints of Magic Mint #A0EFD4
RGB
CMYK
RGB Variations
Color information
#A0EFD4 (or 0xA0EFD4) is known color: Magic Mint. HEX triplet: A0, EF and D4. RGB value is (160,239,212). Sum of RGB (Red+Green+Blue) = 160+239+212=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFD4 is #5F102B. Grayscale: #D4D4D4. Windows color (decimal): -6230060 or 13954976. OLE color: 13954976.
HSL color Cylindrical-coordinate representation of color #A0EFD4: hue angle of 159.49º 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 #A0EFD4 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 212 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.06 |
| HSL | 159.49º | 0.71% | 0.78% | - |
| HSV(B) | 159.49º | 0.33% | 0.94% | - |
| XYZ | 57.25 | 73.96 | 73.55 | - |
| YUV | 212.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 212 | 0.33 | 0 | 0.11 | 0.06 | 159.49 | 0.71 | 0.78 |
| Hex | A0 | EF | D4 | 21 | 0 | B | 6 | 9F | 47 | 4E |
| Octal | 240 | 357 | 324 | 41 | 0 | 13 | 6 | 237 | 107 | 116 |
| Binary | 10100000 | 11101111 | 11010100 | 100001 | 0 | 1011 | 110 | 10011111 | 1000111 | 1001110 |
Color Harmonies of #A0EFD4
Complementary color
Monochromatic Colors of #A0EFD4
Black with #A0EFD4
Text Example
Text Example
White with #A0EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFD4; }
p { color: rgb(160,239,212); }
H1.HeaderClassName
{
color: #A0EFD4;
}
.AnyTagClassName
{
color: #A0EFD4;
}
</style>
background-color css
<style>
a { background-color: #A0EFD4; }
a { background-color: rgb(160,239,212); }
div.DivClassName
{
background-color: #A0EFD4;
}
.BgClassName
{
background-color: #A0EFD4;
}
</style>
border-color css
<style>
span { border-color: #A0EFD4; }
span { border-color: rgb(160,239,212); }
td.TdClassName
{
border-color: #A0EFD4;
}
.TagClassName
{
border-color: #A0EFD4;
}
</style>