Shades of Magic Mint #A2EAC2
Tints of Magic Mint #A2EAC2
RGB
CMYK
RGB Variations
Color information
#A2EAC2 (or 0xA2EAC2) is known color: Magic Mint. HEX triplet: A2, EA and C2. RGB value is (162,234,194). Sum of RGB (Red+Green+Blue) = 162+234+194=590 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.46% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EAC2 is #5D153D. Grayscale: #D0D0D0. Windows color (decimal): -6100286 or 12774050. OLE color: 12774050.
HSL color Cylindrical-coordinate representation of color #A2EAC2: hue angle of 146.67º 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 #A2EAC2 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 194 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.08 |
| HSL | 146.67º | 0.63% | 0.78% | - |
| HSV(B) | 146.67º | 0.31% | 0.92% | - |
| XYZ | 54.06 | 70.42 | 61.78 | - |
| YUV | 207.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 194 | 0.31 | 0 | 0.17 | 0.08 | 146.67 | 0.63 | 0.78 |
| Hex | A2 | EA | C2 | 1F | 0 | 11 | 8 | 93 | 3F | 4E |
| Octal | 242 | 352 | 302 | 37 | 0 | 21 | 10 | 223 | 77 | 116 |
| Binary | 10100010 | 11101010 | 11000010 | 11111 | 0 | 10001 | 1000 | 10010011 | 111111 | 1001110 |
Color Harmonies of #A2EAC2
Complementary color
Monochromatic Colors of #A2EAC2
Black with #A2EAC2
Text Example
Text Example
White with #A2EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EAC2; }
p { color: rgb(162,234,194); }
H1.HeaderClassName
{
color: #A2EAC2;
}
.AnyTagClassName
{
color: #A2EAC2;
}
</style>
background-color css
<style>
a { background-color: #A2EAC2; }
a { background-color: rgb(162,234,194); }
div.DivClassName
{
background-color: #A2EAC2;
}
.BgClassName
{
background-color: #A2EAC2;
}
</style>
border-color css
<style>
span { border-color: #A2EAC2; }
span { border-color: rgb(162,234,194); }
td.TdClassName
{
border-color: #A2EAC2;
}
.TagClassName
{
border-color: #A2EAC2;
}
</style>