Shades of Magic Mint #A2EFC3
Tints of Magic Mint #A2EFC3
RGB
CMYK
RGB Variations
Color information
#A2EFC3 (or 0xA2EFC3) is known color: Magic Mint. HEX triplet: A2, EF and C3. RGB value is (162,239,195). Sum of RGB (Red+Green+Blue) = 162+239+195=596 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.18% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFC3 is #5D103C. Grayscale: #D3D3D3. Windows color (decimal): -6099005 or 12840866. OLE color: 12840866.
HSL color Cylindrical-coordinate representation of color #A2EFC3: hue angle of 145.71º 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 #A2EFC3 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 195 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.06 |
| HSL | 145.71º | 0.71% | 0.79% | - |
| HSV(B) | 145.71º | 0.32% | 0.94% | - |
| XYZ | 55.62 | 73.35 | 62.86 | - |
| YUV | 210.96 | 118.99 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 195 | 0.32 | 0 | 0.18 | 0.06 | 145.71 | 0.71 | 0.79 |
| Hex | A2 | EF | C3 | 20 | 0 | 12 | 6 | 92 | 47 | 4F |
| Octal | 242 | 357 | 303 | 40 | 0 | 22 | 6 | 222 | 107 | 117 |
| Binary | 10100010 | 11101111 | 11000011 | 100000 | 0 | 10010 | 110 | 10010010 | 1000111 | 1001111 |
Color Harmonies of #A2EFC3
Complementary color
Monochromatic Colors of #A2EFC3
Black with #A2EFC3
Text Example
Text Example
White with #A2EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EFC3; }
p { color: rgb(162,239,195); }
H1.HeaderClassName
{
color: #A2EFC3;
}
.AnyTagClassName
{
color: #A2EFC3;
}
</style>
background-color css
<style>
a { background-color: #A2EFC3; }
a { background-color: rgb(162,239,195); }
div.DivClassName
{
background-color: #A2EFC3;
}
.BgClassName
{
background-color: #A2EFC3;
}
</style>
border-color css
<style>
span { border-color: #A2EFC3; }
span { border-color: rgb(162,239,195); }
td.TdClassName
{
border-color: #A2EFC3;
}
.TagClassName
{
border-color: #A2EFC3;
}
</style>