Shades of Magic Mint #A6E0CA
Tints of Magic Mint #A6E0CA
RGB
CMYK
RGB Variations
Color information
#A6E0CA (or 0xA6E0CA) is known color: Magic Mint. HEX triplet: A6, E0 and CA. RGB value is (166,224,202). Sum of RGB (Red+Green+Blue) = 166+224+202=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0CA is #591F35. Grayscale: #CCCCCC. Windows color (decimal): -5840694 or 13295782. OLE color: 13295782.
HSL color Cylindrical-coordinate representation of color #A6E0CA: hue angle of 157.24º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0CA is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 202 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.12 |
| HSL | 157.24º | 0.48% | 0.76% | - |
| HSV(B) | 157.24º | 0.26% | 0.88% | - |
| XYZ | 53.04 | 65.68 | 65.76 | - |
| YUV | 204.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 202 | 0.26 | 0 | 0.10 | 0.12 | 157.24 | 0.48 | 0.76 |
| Hex | A6 | E0 | CA | 1A | 0 | A | C | 9D | 30 | 4C |
| Octal | 246 | 340 | 312 | 32 | 0 | 12 | 14 | 235 | 60 | 114 |
| Binary | 10100110 | 11100000 | 11001010 | 11010 | 0 | 1010 | 1100 | 10011101 | 110000 | 1001100 |
Color Harmonies of #A6E0CA
Complementary color
Monochromatic Colors of #A6E0CA
Black with #A6E0CA
Text Example
Text Example
White with #A6E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E0CA; }
p { color: rgb(166,224,202); }
H1.HeaderClassName
{
color: #A6E0CA;
}
.AnyTagClassName
{
color: #A6E0CA;
}
</style>
background-color css
<style>
a { background-color: #A6E0CA; }
a { background-color: rgb(166,224,202); }
div.DivClassName
{
background-color: #A6E0CA;
}
.BgClassName
{
background-color: #A6E0CA;
}
</style>
border-color css
<style>
span { border-color: #A6E0CA; }
span { border-color: rgb(166,224,202); }
td.TdClassName
{
border-color: #A6E0CA;
}
.TagClassName
{
border-color: #A6E0CA;
}
</style>