Shades of Magic Mint #A0F2D2
Tints of Magic Mint #A0F2D2
RGB
CMYK
RGB Variations
Color information
#A0F2D2 (or 0xA0F2D2) is known color: Magic Mint. HEX triplet: A0, F2 and D2. RGB value is (160,242,210). Sum of RGB (Red+Green+Blue) = 160+242+210=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2D2 is #5F0D2D. Grayscale: #D5D5D5. Windows color (decimal): -6229294 or 13824672. OLE color: 13824672.
HSL color Cylindrical-coordinate representation of color #A0F2D2: hue angle of 156.59º degrees, saturation: 0.76, 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 #A0F2D2 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 210 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.05 |
| HSL | 156.59º | 0.76% | 0.79% | - |
| HSV(B) | 156.59º | 0.34% | 0.95% | - |
| XYZ | 57.88 | 75.63 | 72.52 | - |
| YUV | 213.83 | 125.83 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 210 | 0.34 | 0 | 0.13 | 0.05 | 156.59 | 0.76 | 0.79 |
| Hex | A0 | F2 | D2 | 22 | 0 | D | 5 | 9D | 4C | 4F |
| Octal | 240 | 362 | 322 | 42 | 0 | 15 | 5 | 235 | 114 | 117 |
| Binary | 10100000 | 11110010 | 11010010 | 100010 | 0 | 1101 | 101 | 10011101 | 1001100 | 1001111 |
Color Harmonies of #A0F2D2
Complementary color
Monochromatic Colors of #A0F2D2
Black with #A0F2D2
Text Example
Text Example
White with #A0F2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F2D2; }
p { color: rgb(160,242,210); }
H1.HeaderClassName
{
color: #A0F2D2;
}
.AnyTagClassName
{
color: #A0F2D2;
}
</style>
background-color css
<style>
a { background-color: #A0F2D2; }
a { background-color: rgb(160,242,210); }
div.DivClassName
{
background-color: #A0F2D2;
}
.BgClassName
{
background-color: #A0F2D2;
}
</style>
border-color css
<style>
span { border-color: #A0F2D2; }
span { border-color: rgb(160,242,210); }
td.TdClassName
{
border-color: #A0F2D2;
}
.TagClassName
{
border-color: #A0F2D2;
}
</style>