Shades of Magic Mint #A2F4C2
Tints of Magic Mint #A2F4C2
RGB
CMYK
RGB Variations
Color information
#A2F4C2 (or 0xA2F4C2) is known color: Magic Mint. HEX triplet: A2, F4 and C2. RGB value is (162,244,194). Sum of RGB (Red+Green+Blue) = 162+244+194=600 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F4C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F4C2 is #5D0B3D. Grayscale: #D5D5D5. Windows color (decimal): -6097726 or 12776610. OLE color: 12776610.
HSL color Cylindrical-coordinate representation of color #A2F4C2: hue angle of 143.41º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F4C2 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 194 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.04 |
| HSL | 143.41º | 0.79% | 0.8% | - |
| HSV(B) | 143.41º | 0.34% | 0.96% | - |
| XYZ | 56.99 | 76.28 | 62.76 | - |
| YUV | 213.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 194 | 0.34 | 0 | 0.20 | 0.04 | 143.41 | 0.79 | 0.8 |
| Hex | A2 | F4 | C2 | 22 | 0 | 14 | 4 | 8F | 4F | 50 |
| Octal | 242 | 364 | 302 | 42 | 0 | 24 | 4 | 217 | 117 | 120 |
| Binary | 10100010 | 11110100 | 11000010 | 100010 | 0 | 10100 | 100 | 10001111 | 1001111 | 1010000 |
Color Harmonies of #A2F4C2
Complementary color
Monochromatic Colors of #A2F4C2
Black with #A2F4C2
Text Example
Text Example
White with #A2F4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F4C2; }
p { color: rgb(162,244,194); }
H1.HeaderClassName
{
color: #A2F4C2;
}
.AnyTagClassName
{
color: #A2F4C2;
}
</style>
background-color css
<style>
a { background-color: #A2F4C2; }
a { background-color: rgb(162,244,194); }
div.DivClassName
{
background-color: #A2F4C2;
}
.BgClassName
{
background-color: #A2F4C2;
}
</style>
border-color css
<style>
span { border-color: #A2F4C2; }
span { border-color: rgb(162,244,194); }
td.TdClassName
{
border-color: #A2F4C2;
}
.TagClassName
{
border-color: #A2F4C2;
}
</style>