Shades of Magic Mint #A2F2DB
Tints of Magic Mint #A2F2DB
RGB
CMYK
RGB Variations
Color information
#A2F2DB (or 0xA2F2DB) is known color: Magic Mint. HEX triplet: A2, F2 and DB. RGB value is (162,242,219). Sum of RGB (Red+Green+Blue) = 162+242+219=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F2DB is #5D0D24. Grayscale: #D7D7D7. Windows color (decimal): -6098213 or 14414498. OLE color: 14414498.
HSL color Cylindrical-coordinate representation of color #A2F2DB: hue angle of 162.75º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2DB is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 219 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.05 |
| HSL | 162.75º | 0.75% | 0.79% | - |
| HSV(B) | 162.75º | 0.33% | 0.95% | - |
| XYZ | 59.44 | 76.3 | 78.61 | - |
| YUV | 215.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 219 | 0.33 | 0 | 0.10 | 0.05 | 162.75 | 0.75 | 0.79 |
| Hex | A2 | F2 | DB | 21 | 0 | A | 5 | A3 | 4B | 4F |
| Octal | 242 | 362 | 333 | 41 | 0 | 12 | 5 | 243 | 113 | 117 |
| Binary | 10100010 | 11110010 | 11011011 | 100001 | 0 | 1010 | 101 | 10100011 | 1001011 | 1001111 |
Color Harmonies of #A2F2DB
Complementary color
Monochromatic Colors of #A2F2DB
Black with #A2F2DB
Text Example
Text Example
White with #A2F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2DB; }
p { color: rgb(162,242,219); }
H1.HeaderClassName
{
color: #A2F2DB;
}
.AnyTagClassName
{
color: #A2F2DB;
}
</style>
background-color css
<style>
a { background-color: #A2F2DB; }
a { background-color: rgb(162,242,219); }
div.DivClassName
{
background-color: #A2F2DB;
}
.BgClassName
{
background-color: #A2F2DB;
}
</style>
border-color css
<style>
span { border-color: #A2F2DB; }
span { border-color: rgb(162,242,219); }
td.TdClassName
{
border-color: #A2F2DB;
}
.TagClassName
{
border-color: #A2F2DB;
}
</style>