Shades of Magic Mint #A2EDCD
Tints of Magic Mint #A2EDCD
RGB
CMYK
RGB Variations
Color information
#A2EDCD (or 0xA2EDCD) is known color: Magic Mint. HEX triplet: A2, ED and CD. RGB value is (162,237,205). Sum of RGB (Red+Green+Blue) = 162+237+205=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDCD is #5D1232. Grayscale: #D2D2D2. Windows color (decimal): -6099507 or 13495714. OLE color: 13495714.
HSL color Cylindrical-coordinate representation of color #A2EDCD: hue angle of 154.4º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EDCD is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 205 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.07 |
| HSL | 154.4º | 0.68% | 0.78% | - |
| HSV(B) | 154.4º | 0.32% | 0.93% | - |
| XYZ | 56.2 | 72.66 | 68.82 | - |
| YUV | 210.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 205 | 0.32 | 0 | 0.14 | 0.07 | 154.4 | 0.68 | 0.78 |
| Hex | A2 | ED | CD | 20 | 0 | E | 7 | 9A | 44 | 4E |
| Octal | 242 | 355 | 315 | 40 | 0 | 16 | 7 | 232 | 104 | 116 |
| Binary | 10100010 | 11101101 | 11001101 | 100000 | 0 | 1110 | 111 | 10011010 | 1000100 | 1001110 |
Color Harmonies of #A2EDCD
Complementary color
Monochromatic Colors of #A2EDCD
Black with #A2EDCD
Text Example
Text Example
White with #A2EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EDCD; }
p { color: rgb(162,237,205); }
H1.HeaderClassName
{
color: #A2EDCD;
}
.AnyTagClassName
{
color: #A2EDCD;
}
</style>
background-color css
<style>
a { background-color: #A2EDCD; }
a { background-color: rgb(162,237,205); }
div.DivClassName
{
background-color: #A2EDCD;
}
.BgClassName
{
background-color: #A2EDCD;
}
</style>
border-color css
<style>
span { border-color: #A2EDCD; }
span { border-color: rgb(162,237,205); }
td.TdClassName
{
border-color: #A2EDCD;
}
.TagClassName
{
border-color: #A2EDCD;
}
</style>