Shades of Magic Mint #A2EFC5
Tints of Magic Mint #A2EFC5
RGB
CMYK
RGB Variations
Color information
#A2EFC5 (or 0xA2EFC5) is known color: Magic Mint. HEX triplet: A2, EF and C5. RGB value is (162,239,197). Sum of RGB (Red+Green+Blue) = 162+239+197=598 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.09% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFC5 is #5D103A. Grayscale: #D3D3D3. Windows color (decimal): -6099003 or 12971938. OLE color: 12971938.
HSL color Cylindrical-coordinate representation of color #A2EFC5: hue angle of 147.27º 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 #A2EFC5 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 197 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.06 |
| HSL | 147.27º | 0.71% | 0.79% | - |
| HSV(B) | 147.27º | 0.32% | 0.94% | - |
| XYZ | 55.84 | 73.45 | 64.06 | - |
| YUV | 211.19 | 119.99 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 197 | 0.32 | 0 | 0.18 | 0.06 | 147.27 | 0.71 | 0.79 |
| Hex | A2 | EF | C5 | 20 | 0 | 12 | 6 | 93 | 47 | 4F |
| Octal | 242 | 357 | 305 | 40 | 0 | 22 | 6 | 223 | 107 | 117 |
| Binary | 10100010 | 11101111 | 11000101 | 100000 | 0 | 10010 | 110 | 10010011 | 1000111 | 1001111 |
Color Harmonies of #A2EFC5
Complementary color
Monochromatic Colors of #A2EFC5
Black with #A2EFC5
Text Example
Text Example
White with #A2EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EFC5; }
p { color: rgb(162,239,197); }
H1.HeaderClassName
{
color: #A2EFC5;
}
.AnyTagClassName
{
color: #A2EFC5;
}
</style>
background-color css
<style>
a { background-color: #A2EFC5; }
a { background-color: rgb(162,239,197); }
div.DivClassName
{
background-color: #A2EFC5;
}
.BgClassName
{
background-color: #A2EFC5;
}
</style>
border-color css
<style>
span { border-color: #A2EFC5; }
span { border-color: rgb(162,239,197); }
td.TdClassName
{
border-color: #A2EFC5;
}
.TagClassName
{
border-color: #A2EFC5;
}
</style>