Shades of Magic Mint #A2EACB
Tints of Magic Mint #A2EACB
RGB
CMYK
RGB Variations
Color information
#A2EACB (or 0xA2EACB) is known color: Magic Mint. HEX triplet: A2, EA and CB. RGB value is (162,234,203). Sum of RGB (Red+Green+Blue) = 162+234+203=599 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.05% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EACB is #5D1534. Grayscale: #D0D0D0. Windows color (decimal): -6100277 or 13363874. OLE color: 13363874.
HSL color Cylindrical-coordinate representation of color #A2EACB: hue angle of 154.17º 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 #A2EACB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 203 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.08 |
| HSL | 154.17º | 0.63% | 0.78% | - |
| HSV(B) | 154.17º | 0.31% | 0.92% | - |
| XYZ | 55.1 | 70.84 | 67.27 | - |
| YUV | 208.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 203 | 0.31 | 0 | 0.13 | 0.08 | 154.17 | 0.63 | 0.78 |
| Hex | A2 | EA | CB | 1F | 0 | D | 8 | 9A | 3F | 4E |
| Octal | 242 | 352 | 313 | 37 | 0 | 15 | 10 | 232 | 77 | 116 |
| Binary | 10100010 | 11101010 | 11001011 | 11111 | 0 | 1101 | 1000 | 10011010 | 111111 | 1001110 |
Color Harmonies of #A2EACB
Complementary color
Monochromatic Colors of #A2EACB
Black with #A2EACB
Text Example
Text Example
White with #A2EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EACB; }
p { color: rgb(162,234,203); }
H1.HeaderClassName
{
color: #A2EACB;
}
.AnyTagClassName
{
color: #A2EACB;
}
</style>
background-color css
<style>
a { background-color: #A2EACB; }
a { background-color: rgb(162,234,203); }
div.DivClassName
{
background-color: #A2EACB;
}
.BgClassName
{
background-color: #A2EACB;
}
</style>
border-color css
<style>
span { border-color: #A2EACB; }
span { border-color: rgb(162,234,203); }
td.TdClassName
{
border-color: #A2EACB;
}
.TagClassName
{
border-color: #A2EACB;
}
</style>