Shades of Magic Mint #A2EECD
Tints of Magic Mint #A2EECD
RGB
CMYK
RGB Variations
Color information
#A2EECD (or 0xA2EECD) is known color: Magic Mint. HEX triplet: A2, EE and CD. RGB value is (162,238,205). Sum of RGB (Red+Green+Blue) = 162+238+205=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EECD is #5D1132. Grayscale: #D3D3D3. Windows color (decimal): -6099251 or 13495970. OLE color: 13495970.
HSL color Cylindrical-coordinate representation of color #A2EECD: hue angle of 153.95º degrees, saturation: 0.69, 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 #A2EECD is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 205 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.07 |
| HSL | 153.95º | 0.69% | 0.78% | - |
| HSV(B) | 153.95º | 0.32% | 0.93% | - |
| XYZ | 56.49 | 73.24 | 68.92 | - |
| YUV | 211.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 205 | 0.32 | 0 | 0.14 | 0.07 | 153.95 | 0.69 | 0.78 |
| Hex | A2 | EE | CD | 20 | 0 | E | 7 | 9A | 45 | 4E |
| Octal | 242 | 356 | 315 | 40 | 0 | 16 | 7 | 232 | 105 | 116 |
| Binary | 10100010 | 11101110 | 11001101 | 100000 | 0 | 1110 | 111 | 10011010 | 1000101 | 1001110 |
Color Harmonies of #A2EECD
Complementary color
Monochromatic Colors of #A2EECD
Black with #A2EECD
Text Example
Text Example
White with #A2EECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EECD; }
p { color: rgb(162,238,205); }
H1.HeaderClassName
{
color: #A2EECD;
}
.AnyTagClassName
{
color: #A2EECD;
}
</style>
background-color css
<style>
a { background-color: #A2EECD; }
a { background-color: rgb(162,238,205); }
div.DivClassName
{
background-color: #A2EECD;
}
.BgClassName
{
background-color: #A2EECD;
}
</style>
border-color css
<style>
span { border-color: #A2EECD; }
span { border-color: rgb(162,238,205); }
td.TdClassName
{
border-color: #A2EECD;
}
.TagClassName
{
border-color: #A2EECD;
}
</style>