Shades of Magic Mint #A2ECD0
Tints of Magic Mint #A2ECD0
RGB
CMYK
RGB Variations
Color information
#A2ECD0 (or 0xA2ECD0) is known color: Magic Mint. HEX triplet: A2, EC and D0. RGB value is (162,236,208). Sum of RGB (Red+Green+Blue) = 162+236+208=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECD0 is #5D132F. Grayscale: #D2D2D2. Windows color (decimal): -6099760 or 13692066. OLE color: 13692066.
HSL color Cylindrical-coordinate representation of color #A2ECD0: hue angle of 157.3º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2ECD0 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 208 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.07 |
| HSL | 157.3º | 0.66% | 0.78% | - |
| HSV(B) | 157.3º | 0.31% | 0.93% | - |
| XYZ | 56.28 | 72.23 | 70.65 | - |
| YUV | 210.68 | 126.48 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 208 | 0.31 | 0 | 0.12 | 0.07 | 157.3 | 0.66 | 0.78 |
| Hex | A2 | EC | D0 | 1F | 0 | C | 7 | 9D | 42 | 4E |
| Octal | 242 | 354 | 320 | 37 | 0 | 14 | 7 | 235 | 102 | 116 |
| Binary | 10100010 | 11101100 | 11010000 | 11111 | 0 | 1100 | 111 | 10011101 | 1000010 | 1001110 |
Color Harmonies of #A2ECD0
Complementary color
Monochromatic Colors of #A2ECD0
Black with #A2ECD0
Text Example
Text Example
White with #A2ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECD0; }
p { color: rgb(162,236,208); }
H1.HeaderClassName
{
color: #A2ECD0;
}
.AnyTagClassName
{
color: #A2ECD0;
}
</style>
background-color css
<style>
a { background-color: #A2ECD0; }
a { background-color: rgb(162,236,208); }
div.DivClassName
{
background-color: #A2ECD0;
}
.BgClassName
{
background-color: #A2ECD0;
}
</style>
border-color css
<style>
span { border-color: #A2ECD0; }
span { border-color: rgb(162,236,208); }
td.TdClassName
{
border-color: #A2ECD0;
}
.TagClassName
{
border-color: #A2ECD0;
}
</style>