Shades of Magic Mint #A2EDCF
Tints of Magic Mint #A2EDCF
RGB
CMYK
RGB Variations
Color information
#A2EDCF (or 0xA2EDCF) is known color: Magic Mint. HEX triplet: A2, ED and CF. RGB value is (162,237,207). Sum of RGB (Red+Green+Blue) = 162+237+207=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDCF is #5D1230. Grayscale: #D3D3D3. Windows color (decimal): -6099505 or 13626786. OLE color: 13626786.
HSL color Cylindrical-coordinate representation of color #A2EDCF: hue angle of 156º degrees, saturation: 0.68, 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 #A2EDCF is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 207 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.07 |
| HSL | 156º | 0.68% | 0.78% | - |
| HSV(B) | 156º | 0.32% | 0.93% | - |
| XYZ | 56.45 | 72.75 | 70.1 | - |
| YUV | 211.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 207 | 0.32 | 0 | 0.13 | 0.07 | 156 | 0.68 | 0.78 |
| Hex | A2 | ED | CF | 20 | 0 | D | 7 | 9C | 44 | 4E |
| Octal | 242 | 355 | 317 | 40 | 0 | 15 | 7 | 234 | 104 | 116 |
| Binary | 10100010 | 11101101 | 11001111 | 100000 | 0 | 1101 | 111 | 10011100 | 1000100 | 1001110 |
Color Harmonies of #A2EDCF
Complementary color
Monochromatic Colors of #A2EDCF
Black with #A2EDCF
Text Example
Text Example
White with #A2EDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EDCF; }
p { color: rgb(162,237,207); }
H1.HeaderClassName
{
color: #A2EDCF;
}
.AnyTagClassName
{
color: #A2EDCF;
}
</style>
background-color css
<style>
a { background-color: #A2EDCF; }
a { background-color: rgb(162,237,207); }
div.DivClassName
{
background-color: #A2EDCF;
}
.BgClassName
{
background-color: #A2EDCF;
}
</style>
border-color css
<style>
span { border-color: #A2EDCF; }
span { border-color: rgb(162,237,207); }
td.TdClassName
{
border-color: #A2EDCF;
}
.TagClassName
{
border-color: #A2EDCF;
}
</style>