Shades of Magic Mint #A0F1D2
Tints of Magic Mint #A0F1D2
RGB
CMYK
RGB Variations
Color information
#A0F1D2 (or 0xA0F1D2) is known color: Magic Mint. HEX triplet: A0, F1 and D2. RGB value is (160,241,210). Sum of RGB (Red+Green+Blue) = 160+241+210=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F1D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F1D2 is #5F0E2D. Grayscale: #D5D5D5. Windows color (decimal): -6229550 or 13824416. OLE color: 13824416.
HSL color Cylindrical-coordinate representation of color #A0F1D2: hue angle of 157.04º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F1D2 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 210 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.05 |
| HSL | 157.04º | 0.74% | 0.79% | - |
| HSV(B) | 157.04º | 0.34% | 0.95% | - |
| XYZ | 57.59 | 75.04 | 72.42 | - |
| YUV | 213.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 210 | 0.34 | 0 | 0.13 | 0.05 | 157.04 | 0.74 | 0.79 |
| Hex | A0 | F1 | D2 | 22 | 0 | D | 5 | 9D | 4A | 4F |
| Octal | 240 | 361 | 322 | 42 | 0 | 15 | 5 | 235 | 112 | 117 |
| Binary | 10100000 | 11110001 | 11010010 | 100010 | 0 | 1101 | 101 | 10011101 | 1001010 | 1001111 |
Color Harmonies of #A0F1D2
Complementary color
Monochromatic Colors of #A0F1D2
Black with #A0F1D2
Text Example
Text Example
White with #A0F1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F1D2; }
p { color: rgb(160,241,210); }
H1.HeaderClassName
{
color: #A0F1D2;
}
.AnyTagClassName
{
color: #A0F1D2;
}
</style>
background-color css
<style>
a { background-color: #A0F1D2; }
a { background-color: rgb(160,241,210); }
div.DivClassName
{
background-color: #A0F1D2;
}
.BgClassName
{
background-color: #A0F1D2;
}
</style>
border-color css
<style>
span { border-color: #A0F1D2; }
span { border-color: rgb(160,241,210); }
td.TdClassName
{
border-color: #A0F1D2;
}
.TagClassName
{
border-color: #A0F1D2;
}
</style>