Shades of Magic Mint #A2EFCC
Tints of Magic Mint #A2EFCC
RGB
CMYK
RGB Variations
Color information
#A2EFCC (or 0xA2EFCC) is known color: Magic Mint. HEX triplet: A2, EF and CC. RGB value is (162,239,204). Sum of RGB (Red+Green+Blue) = 162+239+204=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFCC is #5D1033. Grayscale: #D4D4D4. Windows color (decimal): -6098996 or 13430690. OLE color: 13430690.
HSL color Cylindrical-coordinate representation of color #A2EFCC: hue angle of 152.73º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFCC is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 204 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.06 |
| HSL | 152.73º | 0.71% | 0.79% | - |
| HSV(B) | 152.73º | 0.32% | 0.94% | - |
| XYZ | 56.67 | 73.77 | 68.38 | - |
| YUV | 211.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 204 | 0.32 | 0 | 0.15 | 0.06 | 152.73 | 0.71 | 0.79 |
| Hex | A2 | EF | CC | 20 | 0 | F | 6 | 99 | 47 | 4F |
| Octal | 242 | 357 | 314 | 40 | 0 | 17 | 6 | 231 | 107 | 117 |
| Binary | 10100010 | 11101111 | 11001100 | 100000 | 0 | 1111 | 110 | 10011001 | 1000111 | 1001111 |
Color Harmonies of #A2EFCC
Complementary color
Monochromatic Colors of #A2EFCC
Black with #A2EFCC
Text Example
Text Example
White with #A2EFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EFCC; }
p { color: rgb(162,239,204); }
H1.HeaderClassName
{
color: #A2EFCC;
}
.AnyTagClassName
{
color: #A2EFCC;
}
</style>
background-color css
<style>
a { background-color: #A2EFCC; }
a { background-color: rgb(162,239,204); }
div.DivClassName
{
background-color: #A2EFCC;
}
.BgClassName
{
background-color: #A2EFCC;
}
</style>
border-color css
<style>
span { border-color: #A2EFCC; }
span { border-color: rgb(162,239,204); }
td.TdClassName
{
border-color: #A2EFCC;
}
.TagClassName
{
border-color: #A2EFCC;
}
</style>