Shades of Magic Mint #A2EACA
Tints of Magic Mint #A2EACA
RGB
CMYK
RGB Variations
Color information
#A2EACA (or 0xA2EACA) is known color: Magic Mint. HEX triplet: A2, EA and CA. RGB value is (162,234,202). Sum of RGB (Red+Green+Blue) = 162+234+202=598 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.09% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EACA is #5D1535. Grayscale: #D0D0D0. Windows color (decimal): -6100278 or 13298338. OLE color: 13298338.
HSL color Cylindrical-coordinate representation of color #A2EACA: hue angle of 153.33º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EACA is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 202 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.08 |
| HSL | 153.33º | 0.63% | 0.78% | - |
| HSV(B) | 153.33º | 0.31% | 0.92% | - |
| XYZ | 54.98 | 70.79 | 66.64 | - |
| YUV | 208.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 202 | 0.31 | 0 | 0.14 | 0.08 | 153.33 | 0.63 | 0.78 |
| Hex | A2 | EA | CA | 1F | 0 | E | 8 | 99 | 3F | 4E |
| Octal | 242 | 352 | 312 | 37 | 0 | 16 | 10 | 231 | 77 | 116 |
| Binary | 10100010 | 11101010 | 11001010 | 11111 | 0 | 1110 | 1000 | 10011001 | 111111 | 1001110 |
Color Harmonies of #A2EACA
Complementary color
Monochromatic Colors of #A2EACA
Black with #A2EACA
Text Example
Text Example
White with #A2EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EACA; }
p { color: rgb(162,234,202); }
H1.HeaderClassName
{
color: #A2EACA;
}
.AnyTagClassName
{
color: #A2EACA;
}
</style>
background-color css
<style>
a { background-color: #A2EACA; }
a { background-color: rgb(162,234,202); }
div.DivClassName
{
background-color: #A2EACA;
}
.BgClassName
{
background-color: #A2EACA;
}
</style>
border-color css
<style>
span { border-color: #A2EACA; }
span { border-color: rgb(162,234,202); }
td.TdClassName
{
border-color: #A2EACA;
}
.TagClassName
{
border-color: #A2EACA;
}
</style>