Shades of Magic Mint #A2FECB
Tints of Magic Mint #A2FECB
RGB
CMYK
RGB Variations
Color information
#A2FECB (or 0xA2FECB) is known color: Magic Mint. HEX triplet: A2, FE and CB. RGB value is (162,254,203). Sum of RGB (Red+Green+Blue) = 162+254+203=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FECB is #5D0134. Grayscale: #DCDCDC. Windows color (decimal): -6095157 or 13368994. OLE color: 13368994.
HSL color Cylindrical-coordinate representation of color #A2FECB: hue angle of 146.74º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FECB is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 203 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.00 |
| HSL | 146.74º | 0.98% | 0.82% | - |
| HSV(B) | 146.74º | 0.36% | 1% | - |
| XYZ | 61.12 | 82.88 | 69.28 | - |
| YUV | 220.68 | 118.02 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 203 | 0.36 | 0 | 0.20 | 0.00 | 146.74 | 0.98 | 0.82 |
| Hex | A2 | FE | CB | 24 | 0 | 14 | 0 | 93 | 62 | 52 |
| Octal | 242 | 376 | 313 | 44 | 0 | 24 | 0 | 223 | 142 | 122 |
| Binary | 10100010 | 11111110 | 11001011 | 100100 | 0 | 10100 | 0 | 10010011 | 1100010 | 1010010 |
Color Harmonies of #A2FECB
Complementary color
Monochromatic Colors of #A2FECB
Black with #A2FECB
Text Example
Text Example
White with #A2FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FECB; }
p { color: rgb(162,254,203); }
H1.HeaderClassName
{
color: #A2FECB;
}
.AnyTagClassName
{
color: #A2FECB;
}
</style>
background-color css
<style>
a { background-color: #A2FECB; }
a { background-color: rgb(162,254,203); }
div.DivClassName
{
background-color: #A2FECB;
}
.BgClassName
{
background-color: #A2FECB;
}
</style>
border-color css
<style>
span { border-color: #A2FECB; }
span { border-color: rgb(162,254,203); }
td.TdClassName
{
border-color: #A2FECB;
}
.TagClassName
{
border-color: #A2FECB;
}
</style>