Shades of Magic Mint #A2F2CE
Tints of Magic Mint #A2F2CE
RGB
CMYK
RGB Variations
Color information
#A2F2CE (or 0xA2F2CE) is known color: Magic Mint. HEX triplet: A2, F2 and CE. RGB value is (162,242,206). Sum of RGB (Red+Green+Blue) = 162+242+206=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F2CE is #5D0D31. Grayscale: #D6D6D6. Windows color (decimal): -6098226 or 13562530. OLE color: 13562530.
HSL color Cylindrical-coordinate representation of color #A2F2CE: hue angle of 153º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2CE is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 206 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.05 |
| HSL | 153º | 0.75% | 0.79% | - |
| HSV(B) | 153º | 0.33% | 0.95% | - |
| XYZ | 57.79 | 75.64 | 69.95 | - |
| YUV | 213.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 206 | 0.33 | 0 | 0.15 | 0.05 | 153 | 0.75 | 0.79 |
| Hex | A2 | F2 | CE | 21 | 0 | F | 5 | 99 | 4B | 4F |
| Octal | 242 | 362 | 316 | 41 | 0 | 17 | 5 | 231 | 113 | 117 |
| Binary | 10100010 | 11110010 | 11001110 | 100001 | 0 | 1111 | 101 | 10011001 | 1001011 | 1001111 |
Color Harmonies of #A2F2CE
Complementary color
Monochromatic Colors of #A2F2CE
Black with #A2F2CE
Text Example
Text Example
White with #A2F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2CE; }
p { color: rgb(162,242,206); }
H1.HeaderClassName
{
color: #A2F2CE;
}
.AnyTagClassName
{
color: #A2F2CE;
}
</style>
background-color css
<style>
a { background-color: #A2F2CE; }
a { background-color: rgb(162,242,206); }
div.DivClassName
{
background-color: #A2F2CE;
}
.BgClassName
{
background-color: #A2F2CE;
}
</style>
border-color css
<style>
span { border-color: #A2F2CE; }
span { border-color: rgb(162,242,206); }
td.TdClassName
{
border-color: #A2F2CE;
}
.TagClassName
{
border-color: #A2F2CE;
}
</style>