Shades of Magic Mint #A2E6C4
Tints of Magic Mint #A2E6C4
RGB
CMYK
RGB Variations
Color information
#A2E6C4 (or 0xA2E6C4) is known color: Magic Mint. HEX triplet: A2, E6 and C4. RGB value is (162,230,196). Sum of RGB (Red+Green+Blue) = 162+230+196=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E6C4 is #5D193B. Grayscale: #CDCDCD. Windows color (decimal): -6101308 or 12904098. OLE color: 12904098.
HSL color Cylindrical-coordinate representation of color #A2E6C4: hue angle of 150º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E6C4 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 196 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.10 |
| HSL | 150º | 0.58% | 0.77% | - |
| HSV(B) | 150º | 0.3% | 0.9% | - |
| XYZ | 53.16 | 68.26 | 62.6 | - |
| YUV | 205.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 196 | 0.30 | 0 | 0.15 | 0.10 | 150 | 0.58 | 0.77 |
| Hex | A2 | E6 | C4 | 1E | 0 | F | A | 96 | 3A | 4D |
| Octal | 242 | 346 | 304 | 36 | 0 | 17 | 12 | 226 | 72 | 115 |
| Binary | 10100010 | 11100110 | 11000100 | 11110 | 0 | 1111 | 1010 | 10010110 | 111010 | 1001101 |
Color Harmonies of #A2E6C4
Complementary color
Monochromatic Colors of #A2E6C4
Black with #A2E6C4
Text Example
Text Example
White with #A2E6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E6C4; }
p { color: rgb(162,230,196); }
H1.HeaderClassName
{
color: #A2E6C4;
}
.AnyTagClassName
{
color: #A2E6C4;
}
</style>
background-color css
<style>
a { background-color: #A2E6C4; }
a { background-color: rgb(162,230,196); }
div.DivClassName
{
background-color: #A2E6C4;
}
.BgClassName
{
background-color: #A2E6C4;
}
</style>
border-color css
<style>
span { border-color: #A2E6C4; }
span { border-color: rgb(162,230,196); }
td.TdClassName
{
border-color: #A2E6C4;
}
.TagClassName
{
border-color: #A2E6C4;
}
</style>