Shades of Magic Mint #A2EAC7
Tints of Magic Mint #A2EAC7
RGB
CMYK
RGB Variations
Color information
#A2EAC7 (or 0xA2EAC7) is known color: Magic Mint. HEX triplet: A2, EA and C7. RGB value is (162,234,199). Sum of RGB (Red+Green+Blue) = 162+234+199=595 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.23% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EAC7 is #5D1538. Grayscale: #D0D0D0. Windows color (decimal): -6100281 or 13101730. OLE color: 13101730.
HSL color Cylindrical-coordinate representation of color #A2EAC7: hue angle of 150.83º 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 #A2EAC7 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 199 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.08 |
| HSL | 150.83º | 0.63% | 0.78% | - |
| HSV(B) | 150.83º | 0.31% | 0.92% | - |
| XYZ | 54.63 | 70.65 | 64.79 | - |
| YUV | 208.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 199 | 0.31 | 0 | 0.15 | 0.08 | 150.83 | 0.63 | 0.78 |
| Hex | A2 | EA | C7 | 1F | 0 | F | 8 | 97 | 3F | 4E |
| Octal | 242 | 352 | 307 | 37 | 0 | 17 | 10 | 227 | 77 | 116 |
| Binary | 10100010 | 11101010 | 11000111 | 11111 | 0 | 1111 | 1000 | 10010111 | 111111 | 1001110 |
Color Harmonies of #A2EAC7
Complementary color
Monochromatic Colors of #A2EAC7
Black with #A2EAC7
Text Example
Text Example
White with #A2EAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EAC7; }
p { color: rgb(162,234,199); }
H1.HeaderClassName
{
color: #A2EAC7;
}
.AnyTagClassName
{
color: #A2EAC7;
}
</style>
background-color css
<style>
a { background-color: #A2EAC7; }
a { background-color: rgb(162,234,199); }
div.DivClassName
{
background-color: #A2EAC7;
}
.BgClassName
{
background-color: #A2EAC7;
}
</style>
border-color css
<style>
span { border-color: #A2EAC7; }
span { border-color: rgb(162,234,199); }
td.TdClassName
{
border-color: #A2EAC7;
}
.TagClassName
{
border-color: #A2EAC7;
}
</style>