Shades of Magic Mint #A2F2D7
Tints of Magic Mint #A2F2D7
RGB
CMYK
RGB Variations
Color information
#A2F2D7 (or 0xA2F2D7) is known color: Magic Mint. HEX triplet: A2, F2 and D7. RGB value is (162,242,215). Sum of RGB (Red+Green+Blue) = 162+242+215=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F2D7 is #5D0D28. Grayscale: #D7D7D7. Windows color (decimal): -6098217 or 14152354. OLE color: 14152354.
HSL color Cylindrical-coordinate representation of color #A2F2D7: hue angle of 159.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 #A2F2D7 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 215 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.05 |
| HSL | 159.75º | 0.75% | 0.79% | - |
| HSV(B) | 159.75º | 0.33% | 0.95% | - |
| XYZ | 58.92 | 76.09 | 75.87 | - |
| YUV | 215 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 215 | 0.33 | 0 | 0.11 | 0.05 | 159.75 | 0.75 | 0.79 |
| Hex | A2 | F2 | D7 | 21 | 0 | B | 5 | A0 | 4B | 4F |
| Octal | 242 | 362 | 327 | 41 | 0 | 13 | 5 | 240 | 113 | 117 |
| Binary | 10100010 | 11110010 | 11010111 | 100001 | 0 | 1011 | 101 | 10100000 | 1001011 | 1001111 |
Color Harmonies of #A2F2D7
Complementary color
Monochromatic Colors of #A2F2D7
Black with #A2F2D7
Text Example
Text Example
White with #A2F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2D7; }
p { color: rgb(162,242,215); }
H1.HeaderClassName
{
color: #A2F2D7;
}
.AnyTagClassName
{
color: #A2F2D7;
}
</style>
background-color css
<style>
a { background-color: #A2F2D7; }
a { background-color: rgb(162,242,215); }
div.DivClassName
{
background-color: #A2F2D7;
}
.BgClassName
{
background-color: #A2F2D7;
}
</style>
border-color css
<style>
span { border-color: #A2F2D7; }
span { border-color: rgb(162,242,215); }
td.TdClassName
{
border-color: #A2F2D7;
}
.TagClassName
{
border-color: #A2F2D7;
}
</style>