Shades of Magic Mint #A2EBBF
Tints of Magic Mint #A2EBBF
RGB
CMYK
RGB Variations
Color information
#A2EBBF (or 0xA2EBBF) is known color: Magic Mint. HEX triplet: A2, EB and BF. RGB value is (162,235,191). Sum of RGB (Red+Green+Blue) = 162+235+191=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBBF is #5D1440. Grayscale: #D0D0D0. Windows color (decimal): -6100033 or 12577698. OLE color: 12577698.
HSL color Cylindrical-coordinate representation of color #A2EBBF: hue angle of 143.84º degrees, saturation: 0.65, 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 #A2EBBF is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 235 | 191 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.08 |
| HSL | 143.84º | 0.65% | 0.78% | - |
| HSV(B) | 143.84º | 0.31% | 0.92% | - |
| XYZ | 54.01 | 70.86 | 60.12 | - |
| YUV | 208.16 | 118.32 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 235 | 191 | 0.31 | 0 | 0.19 | 0.08 | 143.84 | 0.65 | 0.78 |
| Hex | A2 | EB | BF | 1F | 0 | 13 | 8 | 90 | 41 | 4E |
| Octal | 242 | 353 | 277 | 37 | 0 | 23 | 10 | 220 | 101 | 116 |
| Binary | 10100010 | 11101011 | 10111111 | 11111 | 0 | 10011 | 1000 | 10010000 | 1000001 | 1001110 |
Color Harmonies of #A2EBBF
Complementary color
Monochromatic Colors of #A2EBBF
Black with #A2EBBF
Text Example
Text Example
White with #A2EBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EBBF; }
p { color: rgb(162,235,191); }
H1.HeaderClassName
{
color: #A2EBBF;
}
.AnyTagClassName
{
color: #A2EBBF;
}
</style>
background-color css
<style>
a { background-color: #A2EBBF; }
a { background-color: rgb(162,235,191); }
div.DivClassName
{
background-color: #A2EBBF;
}
.BgClassName
{
background-color: #A2EBBF;
}
</style>
border-color css
<style>
span { border-color: #A2EBBF; }
span { border-color: rgb(162,235,191); }
td.TdClassName
{
border-color: #A2EBBF;
}
.TagClassName
{
border-color: #A2EBBF;
}
</style>