Shades of Magic Mint #A2F9CE
Tints of Magic Mint #A2F9CE
RGB
CMYK
RGB Variations
Color information
#A2F9CE (or 0xA2F9CE) is known color: Magic Mint. HEX triplet: A2, F9 and CE. RGB value is (162,249,206). Sum of RGB (Red+Green+Blue) = 162+249+206=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F9CE is #5D0631. Grayscale: #DADADA. Windows color (decimal): -6096434 or 13564322. OLE color: 13564322.
HSL color Cylindrical-coordinate representation of color #A2F9CE: hue angle of 150.34º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F9CE is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 206 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.02 |
| HSL | 150.34º | 0.88% | 0.81% | - |
| HSV(B) | 150.34º | 0.35% | 0.98% | - |
| XYZ | 59.92 | 79.89 | 70.65 | - |
| YUV | 218.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 206 | 0.35 | 0 | 0.17 | 0.02 | 150.34 | 0.88 | 0.81 |
| Hex | A2 | F9 | CE | 23 | 0 | 11 | 2 | 96 | 58 | 51 |
| Octal | 242 | 371 | 316 | 43 | 0 | 21 | 2 | 226 | 130 | 121 |
| Binary | 10100010 | 11111001 | 11001110 | 100011 | 0 | 10001 | 10 | 10010110 | 1011000 | 1010001 |
Color Harmonies of #A2F9CE
Complementary color
Monochromatic Colors of #A2F9CE
Black with #A2F9CE
Text Example
Text Example
White with #A2F9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9CE; }
p { color: rgb(162,249,206); }
H1.HeaderClassName
{
color: #A2F9CE;
}
.AnyTagClassName
{
color: #A2F9CE;
}
</style>
background-color css
<style>
a { background-color: #A2F9CE; }
a { background-color: rgb(162,249,206); }
div.DivClassName
{
background-color: #A2F9CE;
}
.BgClassName
{
background-color: #A2F9CE;
}
</style>
border-color css
<style>
span { border-color: #A2F9CE; }
span { border-color: rgb(162,249,206); }
td.TdClassName
{
border-color: #A2F9CE;
}
.TagClassName
{
border-color: #A2F9CE;
}
</style>