Shades of Magic Mint #A2FABE
Tints of Magic Mint #A2FABE
RGB
CMYK
RGB Variations
Color information
#A2FABE (or 0xA2FABE) is known color: Magic Mint. HEX triplet: A2, FA and BE. RGB value is (162,250,190). Sum of RGB (Red+Green+Blue) = 162+250+190=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FABE is #5D0541. Grayscale: #D9D9D9. Windows color (decimal): -6096194 or 12516002. OLE color: 12516002.
HSL color Cylindrical-coordinate representation of color #A2FABE: hue angle of 139.09º degrees, saturation: 0.9, 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 #A2FABE is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 190 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.02 |
| HSL | 139.09º | 0.9% | 0.81% | - |
| HSV(B) | 139.09º | 0.35% | 0.98% | - |
| XYZ | 58.38 | 79.77 | 61.04 | - |
| YUV | 216.85 | 112.85 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 190 | 0.35 | 0 | 0.24 | 0.02 | 139.09 | 0.9 | 0.81 |
| Hex | A2 | FA | BE | 23 | 0 | 18 | 2 | 8B | 5A | 51 |
| Octal | 242 | 372 | 276 | 43 | 0 | 30 | 2 | 213 | 132 | 121 |
| Binary | 10100010 | 11111010 | 10111110 | 100011 | 0 | 11000 | 10 | 10001011 | 1011010 | 1010001 |
Color Harmonies of #A2FABE
Complementary color
Monochromatic Colors of #A2FABE
Black with #A2FABE
Text Example
Text Example
White with #A2FABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FABE; }
p { color: rgb(162,250,190); }
H1.HeaderClassName
{
color: #A2FABE;
}
.AnyTagClassName
{
color: #A2FABE;
}
</style>
background-color css
<style>
a { background-color: #A2FABE; }
a { background-color: rgb(162,250,190); }
div.DivClassName
{
background-color: #A2FABE;
}
.BgClassName
{
background-color: #A2FABE;
}
</style>
border-color css
<style>
span { border-color: #A2FABE; }
span { border-color: rgb(162,250,190); }
td.TdClassName
{
border-color: #A2FABE;
}
.TagClassName
{
border-color: #A2FABE;
}
</style>