Shades of Magic Mint #A2EBCD
Tints of Magic Mint #A2EBCD
RGB
CMYK
RGB Variations
Color information
#A2EBCD (or 0xA2EBCD) is known color: Magic Mint. HEX triplet: A2, EB and CD. RGB value is (162,235,205). Sum of RGB (Red+Green+Blue) = 162+235+205=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EBCD is #5D1432. Grayscale: #D1D1D1. Windows color (decimal): -6100019 or 13495202. OLE color: 13495202.
HSL color Cylindrical-coordinate representation of color #A2EBCD: hue angle of 155.34º 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 #A2EBCD is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 235 | 205 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.08 |
| HSL | 155.34º | 0.65% | 0.78% | - |
| HSV(B) | 155.34º | 0.31% | 0.92% | - |
| XYZ | 55.63 | 71.51 | 68.63 | - |
| YUV | 209.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 235 | 205 | 0.31 | 0 | 0.13 | 0.08 | 155.34 | 0.65 | 0.78 |
| Hex | A2 | EB | CD | 1F | 0 | D | 8 | 9B | 41 | 4E |
| Octal | 242 | 353 | 315 | 37 | 0 | 15 | 10 | 233 | 101 | 116 |
| Binary | 10100010 | 11101011 | 11001101 | 11111 | 0 | 1101 | 1000 | 10011011 | 1000001 | 1001110 |
Color Harmonies of #A2EBCD
Complementary color
Monochromatic Colors of #A2EBCD
Black with #A2EBCD
Text Example
Text Example
White with #A2EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EBCD; }
p { color: rgb(162,235,205); }
H1.HeaderClassName
{
color: #A2EBCD;
}
.AnyTagClassName
{
color: #A2EBCD;
}
</style>
background-color css
<style>
a { background-color: #A2EBCD; }
a { background-color: rgb(162,235,205); }
div.DivClassName
{
background-color: #A2EBCD;
}
.BgClassName
{
background-color: #A2EBCD;
}
</style>
border-color css
<style>
span { border-color: #A2EBCD; }
span { border-color: rgb(162,235,205); }
td.TdClassName
{
border-color: #A2EBCD;
}
.TagClassName
{
border-color: #A2EBCD;
}
</style>