Shades of Magic Mint #A2EECB
Tints of Magic Mint #A2EECB
RGB
CMYK
RGB Variations
Color information
#A2EECB (or 0xA2EECB) is known color: Magic Mint. HEX triplet: A2, EE and CB. RGB value is (162,238,203). Sum of RGB (Red+Green+Blue) = 162+238+203=603 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.87% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EECB is #5D1134. Grayscale: #D3D3D3. Windows color (decimal): -6099253 or 13364898. OLE color: 13364898.
HSL color Cylindrical-coordinate representation of color #A2EECB: hue angle of 152.37º 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 #A2EECB is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 203 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.07 |
| HSL | 152.37º | 0.69% | 0.78% | - |
| HSV(B) | 152.37º | 0.32% | 0.93% | - |
| XYZ | 56.25 | 73.14 | 67.65 | - |
| YUV | 211.29 | 123.32 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 203 | 0.32 | 0 | 0.15 | 0.07 | 152.37 | 0.69 | 0.78 |
| Hex | A2 | EE | CB | 20 | 0 | F | 7 | 98 | 45 | 4E |
| Octal | 242 | 356 | 313 | 40 | 0 | 17 | 7 | 230 | 105 | 116 |
| Binary | 10100010 | 11101110 | 11001011 | 100000 | 0 | 1111 | 111 | 10011000 | 1000101 | 1001110 |
Color Harmonies of #A2EECB
Complementary color
Monochromatic Colors of #A2EECB
Black with #A2EECB
Text Example
Text Example
White with #A2EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EECB; }
p { color: rgb(162,238,203); }
H1.HeaderClassName
{
color: #A2EECB;
}
.AnyTagClassName
{
color: #A2EECB;
}
</style>
background-color css
<style>
a { background-color: #A2EECB; }
a { background-color: rgb(162,238,203); }
div.DivClassName
{
background-color: #A2EECB;
}
.BgClassName
{
background-color: #A2EECB;
}
</style>
border-color css
<style>
span { border-color: #A2EECB; }
span { border-color: rgb(162,238,203); }
td.TdClassName
{
border-color: #A2EECB;
}
.TagClassName
{
border-color: #A2EECB;
}
</style>