Shades of Magic Mint #A2F9D2
Tints of Magic Mint #A2F9D2
RGB
CMYK
RGB Variations
Color information
#A2F9D2 (or 0xA2F9D2) is known color: Magic Mint. HEX triplet: A2, F9 and D2. RGB value is (162,249,210). Sum of RGB (Red+Green+Blue) = 162+249+210=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F9D2 is #5D062D. Grayscale: #DADADA. Windows color (decimal): -6096430 or 13826466. OLE color: 13826466.
HSL color Cylindrical-coordinate representation of color #A2F9D2: hue angle of 153.1º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F9D2 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 210 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.02 |
| HSL | 153.1º | 0.88% | 0.81% | - |
| HSV(B) | 153.1º | 0.35% | 0.98% | - |
| XYZ | 60.41 | 80.09 | 73.25 | - |
| YUV | 218.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 210 | 0.35 | 0 | 0.16 | 0.02 | 153.1 | 0.88 | 0.81 |
| Hex | A2 | F9 | D2 | 23 | 0 | 10 | 2 | 99 | 58 | 51 |
| Octal | 242 | 371 | 322 | 43 | 0 | 20 | 2 | 231 | 130 | 121 |
| Binary | 10100010 | 11111001 | 11010010 | 100011 | 0 | 10000 | 10 | 10011001 | 1011000 | 1010001 |
Color Harmonies of #A2F9D2
Complementary color
Monochromatic Colors of #A2F9D2
Black with #A2F9D2
Text Example
Text Example
White with #A2F9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9D2; }
p { color: rgb(162,249,210); }
H1.HeaderClassName
{
color: #A2F9D2;
}
.AnyTagClassName
{
color: #A2F9D2;
}
</style>
background-color css
<style>
a { background-color: #A2F9D2; }
a { background-color: rgb(162,249,210); }
div.DivClassName
{
background-color: #A2F9D2;
}
.BgClassName
{
background-color: #A2F9D2;
}
</style>
border-color css
<style>
span { border-color: #A2F9D2; }
span { border-color: rgb(162,249,210); }
td.TdClassName
{
border-color: #A2F9D2;
}
.TagClassName
{
border-color: #A2F9D2;
}
</style>