Shades of Magic Mint #A0F9DA
Tints of Magic Mint #A0F9DA
RGB
CMYK
RGB Variations
Color information
#A0F9DA (or 0xA0F9DA) is known color: Magic Mint. HEX triplet: A0, F9 and DA. RGB value is (160,249,218). Sum of RGB (Red+Green+Blue) = 160+249+218=627 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.52% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F9DA is #5F0625. Grayscale: #DADADA. Windows color (decimal): -6227494 or 14350752. OLE color: 14350752.
HSL color Cylindrical-coordinate representation of color #A0F9DA: hue angle of 159.1º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0F9DA is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 218 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.02 |
| HSL | 159.1º | 0.88% | 0.8% | - |
| HSV(B) | 159.1º | 0.36% | 0.98% | - |
| XYZ | 61.03 | 80.29 | 78.61 | - |
| YUV | 218.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 218 | 0.36 | 0 | 0.12 | 0.02 | 159.1 | 0.88 | 0.8 |
| Hex | A0 | F9 | DA | 24 | 0 | C | 2 | 9F | 58 | 50 |
| Octal | 240 | 371 | 332 | 44 | 0 | 14 | 2 | 237 | 130 | 120 |
| Binary | 10100000 | 11111001 | 11011010 | 100100 | 0 | 1100 | 10 | 10011111 | 1011000 | 1010000 |
Color Harmonies of #A0F9DA
Complementary color
Monochromatic Colors of #A0F9DA
Black with #A0F9DA
Text Example
Text Example
White with #A0F9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F9DA; }
p { color: rgb(160,249,218); }
H1.HeaderClassName
{
color: #A0F9DA;
}
.AnyTagClassName
{
color: #A0F9DA;
}
</style>
background-color css
<style>
a { background-color: #A0F9DA; }
a { background-color: rgb(160,249,218); }
div.DivClassName
{
background-color: #A0F9DA;
}
.BgClassName
{
background-color: #A0F9DA;
}
</style>
border-color css
<style>
span { border-color: #A0F9DA; }
span { border-color: rgb(160,249,218); }
td.TdClassName
{
border-color: #A0F9DA;
}
.TagClassName
{
border-color: #A0F9DA;
}
</style>