Shades of Magic Mint #A2EED0
Tints of Magic Mint #A2EED0
RGB
CMYK
RGB Variations
Color information
#A2EED0 (or 0xA2EED0) is known color: Magic Mint. HEX triplet: A2, EE and D0. RGB value is (162,238,208). Sum of RGB (Red+Green+Blue) = 162+238+208=608 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.64% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EED0 is #5D112F. Grayscale: #D3D3D3. Windows color (decimal): -6099248 or 13692578. OLE color: 13692578.
HSL color Cylindrical-coordinate representation of color #A2EED0: hue angle of 156.32º 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 #A2EED0 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 208 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.07 |
| HSL | 156.32º | 0.69% | 0.78% | - |
| HSV(B) | 156.32º | 0.32% | 0.93% | - |
| XYZ | 56.86 | 73.38 | 70.84 | - |
| YUV | 211.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 208 | 0.32 | 0 | 0.13 | 0.07 | 156.32 | 0.69 | 0.78 |
| Hex | A2 | EE | D0 | 20 | 0 | D | 7 | 9C | 45 | 4E |
| Octal | 242 | 356 | 320 | 40 | 0 | 15 | 7 | 234 | 105 | 116 |
| Binary | 10100010 | 11101110 | 11010000 | 100000 | 0 | 1101 | 111 | 10011100 | 1000101 | 1001110 |
Color Harmonies of #A2EED0
Complementary color
Monochromatic Colors of #A2EED0
Black with #A2EED0
Text Example
Text Example
White with #A2EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EED0; }
p { color: rgb(162,238,208); }
H1.HeaderClassName
{
color: #A2EED0;
}
.AnyTagClassName
{
color: #A2EED0;
}
</style>
background-color css
<style>
a { background-color: #A2EED0; }
a { background-color: rgb(162,238,208); }
div.DivClassName
{
background-color: #A2EED0;
}
.BgClassName
{
background-color: #A2EED0;
}
</style>
border-color css
<style>
span { border-color: #A2EED0; }
span { border-color: rgb(162,238,208); }
td.TdClassName
{
border-color: #A2EED0;
}
.TagClassName
{
border-color: #A2EED0;
}
</style>