Shades of Magic Mint #A2F9DD
Tints of Magic Mint #A2F9DD
RGB
CMYK
RGB Variations
Color information
#A2F9DD (or 0xA2F9DD) is known color: Magic Mint. HEX triplet: A2, F9 and DD. RGB value is (162,249,221). Sum of RGB (Red+Green+Blue) = 162+249+221=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F9DD is #5D0622. Grayscale: #DBDBDB. Windows color (decimal): -6096419 or 14547362. OLE color: 14547362.
HSL color Cylindrical-coordinate representation of color #A2F9DD: hue angle of 160.69º 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 #A2F9DD is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 221 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.02 |
| HSL | 160.69º | 0.88% | 0.81% | - |
| HSV(B) | 160.69º | 0.35% | 0.98% | - |
| XYZ | 61.83 | 80.65 | 80.72 | - |
| YUV | 219.8 | 128.68 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 221 | 0.35 | 0 | 0.11 | 0.02 | 160.69 | 0.88 | 0.81 |
| Hex | A2 | F9 | DD | 23 | 0 | B | 2 | A1 | 58 | 51 |
| Octal | 242 | 371 | 335 | 43 | 0 | 13 | 2 | 241 | 130 | 121 |
| Binary | 10100010 | 11111001 | 11011101 | 100011 | 0 | 1011 | 10 | 10100001 | 1011000 | 1010001 |
Color Harmonies of #A2F9DD
Complementary color
Monochromatic Colors of #A2F9DD
Black with #A2F9DD
Text Example
Text Example
White with #A2F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9DD; }
p { color: rgb(162,249,221); }
H1.HeaderClassName
{
color: #A2F9DD;
}
.AnyTagClassName
{
color: #A2F9DD;
}
</style>
background-color css
<style>
a { background-color: #A2F9DD; }
a { background-color: rgb(162,249,221); }
div.DivClassName
{
background-color: #A2F9DD;
}
.BgClassName
{
background-color: #A2F9DD;
}
</style>
border-color css
<style>
span { border-color: #A2F9DD; }
span { border-color: rgb(162,249,221); }
td.TdClassName
{
border-color: #A2F9DD;
}
.TagClassName
{
border-color: #A2F9DD;
}
</style>