Shades of Magic Mint #A2F7CB
Tints of Magic Mint #A2F7CB
RGB
CMYK
RGB Variations
Color information
#A2F7CB (or 0xA2F7CB) is known color: Magic Mint. HEX triplet: A2, F7 and CB. RGB value is (162,247,203). Sum of RGB (Red+Green+Blue) = 162+247+203=612 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.47% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F7CB is #5D0834. Grayscale: #D8D8D8. Windows color (decimal): -6096949 or 13367202. OLE color: 13367202.
HSL color Cylindrical-coordinate representation of color #A2F7CB: hue angle of 148.94º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F7CB is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 203 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.03 |
| HSL | 148.94º | 0.84% | 0.8% | - |
| HSV(B) | 148.94º | 0.34% | 0.97% | - |
| XYZ | 58.94 | 78.51 | 68.55 | - |
| YUV | 216.57 | 120.34 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 203 | 0.34 | 0 | 0.18 | 0.03 | 148.94 | 0.84 | 0.8 |
| Hex | A2 | F7 | CB | 22 | 0 | 12 | 3 | 95 | 54 | 50 |
| Octal | 242 | 367 | 313 | 42 | 0 | 22 | 3 | 225 | 124 | 120 |
| Binary | 10100010 | 11110111 | 11001011 | 100010 | 0 | 10010 | 11 | 10010101 | 1010100 | 1010000 |
Color Harmonies of #A2F7CB
Complementary color
Monochromatic Colors of #A2F7CB
Black with #A2F7CB
Text Example
Text Example
White with #A2F7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F7CB; }
p { color: rgb(162,247,203); }
H1.HeaderClassName
{
color: #A2F7CB;
}
.AnyTagClassName
{
color: #A2F7CB;
}
</style>
background-color css
<style>
a { background-color: #A2F7CB; }
a { background-color: rgb(162,247,203); }
div.DivClassName
{
background-color: #A2F7CB;
}
.BgClassName
{
background-color: #A2F7CB;
}
</style>
border-color css
<style>
span { border-color: #A2F7CB; }
span { border-color: rgb(162,247,203); }
td.TdClassName
{
border-color: #A2F7CB;
}
.TagClassName
{
border-color: #A2F7CB;
}
</style>