Shades of Magic Mint #A2ECCF
Tints of Magic Mint #A2ECCF
RGB
CMYK
RGB Variations
Color information
#A2ECCF (or 0xA2ECCF) is known color: Magic Mint. HEX triplet: A2, EC and CF. RGB value is (162,236,207). Sum of RGB (Red+Green+Blue) = 162+236+207=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECCF is #5D1330. Grayscale: #D2D2D2. Windows color (decimal): -6099761 or 13626530. OLE color: 13626530.
HSL color Cylindrical-coordinate representation of color #A2ECCF: hue angle of 156.49º 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 #A2ECCF is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 207 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.07 |
| HSL | 156.49º | 0.66% | 0.78% | - |
| HSV(B) | 156.49º | 0.31% | 0.93% | - |
| XYZ | 56.16 | 72.18 | 70 | - |
| YUV | 210.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 207 | 0.31 | 0 | 0.12 | 0.07 | 156.49 | 0.66 | 0.78 |
| Hex | A2 | EC | CF | 1F | 0 | C | 7 | 9C | 42 | 4E |
| Octal | 242 | 354 | 317 | 37 | 0 | 14 | 7 | 234 | 102 | 116 |
| Binary | 10100010 | 11101100 | 11001111 | 11111 | 0 | 1100 | 111 | 10011100 | 1000010 | 1001110 |
Color Harmonies of #A2ECCF
Complementary color
Monochromatic Colors of #A2ECCF
Black with #A2ECCF
Text Example
Text Example
White with #A2ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECCF; }
p { color: rgb(162,236,207); }
H1.HeaderClassName
{
color: #A2ECCF;
}
.AnyTagClassName
{
color: #A2ECCF;
}
</style>
background-color css
<style>
a { background-color: #A2ECCF; }
a { background-color: rgb(162,236,207); }
div.DivClassName
{
background-color: #A2ECCF;
}
.BgClassName
{
background-color: #A2ECCF;
}
</style>
border-color css
<style>
span { border-color: #A2ECCF; }
span { border-color: rgb(162,236,207); }
td.TdClassName
{
border-color: #A2ECCF;
}
.TagClassName
{
border-color: #A2ECCF;
}
</style>