Shades of Magic Mint #A2F1D4
Tints of Magic Mint #A2F1D4
RGB
CMYK
RGB Variations
Color information
#A2F1D4 (or 0xA2F1D4) is known color: Magic Mint. HEX triplet: A2, F1 and D4. RGB value is (162,241,212). Sum of RGB (Red+Green+Blue) = 162+241+212=615 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.34% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F1D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F1D4 is #5D0E2B. Grayscale: #D6D6D6. Windows color (decimal): -6098476 or 13955490. OLE color: 13955490.
HSL color Cylindrical-coordinate representation of color #A2F1D4: hue angle of 157.97º degrees, saturation: 0.74, 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 #A2F1D4 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 241 | 212 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.05 |
| HSL | 157.97º | 0.74% | 0.79% | - |
| HSV(B) | 157.97º | 0.33% | 0.95% | - |
| XYZ | 58.24 | 75.35 | 73.76 | - |
| YUV | 214.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 241 | 212 | 0.33 | 0 | 0.12 | 0.05 | 157.97 | 0.74 | 0.79 |
| Hex | A2 | F1 | D4 | 21 | 0 | C | 5 | 9E | 4A | 4F |
| Octal | 242 | 361 | 324 | 41 | 0 | 14 | 5 | 236 | 112 | 117 |
| Binary | 10100010 | 11110001 | 11010100 | 100001 | 0 | 1100 | 101 | 10011110 | 1001010 | 1001111 |
Color Harmonies of #A2F1D4
Complementary color
Monochromatic Colors of #A2F1D4
Black with #A2F1D4
Text Example
Text Example
White with #A2F1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F1D4; }
p { color: rgb(162,241,212); }
H1.HeaderClassName
{
color: #A2F1D4;
}
.AnyTagClassName
{
color: #A2F1D4;
}
</style>
background-color css
<style>
a { background-color: #A2F1D4; }
a { background-color: rgb(162,241,212); }
div.DivClassName
{
background-color: #A2F1D4;
}
.BgClassName
{
background-color: #A2F1D4;
}
</style>
border-color css
<style>
span { border-color: #A2F1D4; }
span { border-color: rgb(162,241,212); }
td.TdClassName
{
border-color: #A2F1D4;
}
.TagClassName
{
border-color: #A2F1D4;
}
</style>