Shades of Magic Mint #A2EFC1
Tints of Magic Mint #A2EFC1
RGB
CMYK
RGB Variations
Color information
#A2EFC1 (or 0xA2EFC1) is known color: Magic Mint. HEX triplet: A2, EF and C1. RGB value is (162,239,193). Sum of RGB (Red+Green+Blue) = 162+239+193=594 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.27% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFC1 is #5D103E. Grayscale: #D2D2D2. Windows color (decimal): -6099007 or 12709794. OLE color: 12709794.
HSL color Cylindrical-coordinate representation of color #A2EFC1: hue angle of 144.16º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFC1 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 193 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.06 |
| HSL | 144.16º | 0.71% | 0.79% | - |
| HSV(B) | 144.16º | 0.32% | 0.94% | - |
| XYZ | 55.39 | 73.26 | 61.67 | - |
| YUV | 210.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 193 | 0.32 | 0 | 0.19 | 0.06 | 144.16 | 0.71 | 0.79 |
| Hex | A2 | EF | C1 | 20 | 0 | 13 | 6 | 90 | 47 | 4F |
| Octal | 242 | 357 | 301 | 40 | 0 | 23 | 6 | 220 | 107 | 117 |
| Binary | 10100010 | 11101111 | 11000001 | 100000 | 0 | 10011 | 110 | 10010000 | 1000111 | 1001111 |
Color Harmonies of #A2EFC1
Complementary color
Monochromatic Colors of #A2EFC1
Black with #A2EFC1
Text Example
Text Example
White with #A2EFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EFC1; }
p { color: rgb(162,239,193); }
H1.HeaderClassName
{
color: #A2EFC1;
}
.AnyTagClassName
{
color: #A2EFC1;
}
</style>
background-color css
<style>
a { background-color: #A2EFC1; }
a { background-color: rgb(162,239,193); }
div.DivClassName
{
background-color: #A2EFC1;
}
.BgClassName
{
background-color: #A2EFC1;
}
</style>
border-color css
<style>
span { border-color: #A2EFC1; }
span { border-color: rgb(162,239,193); }
td.TdClassName
{
border-color: #A2EFC1;
}
.TagClassName
{
border-color: #A2EFC1;
}
</style>