Shades of Magic Mint #A2FEBE
Tints of Magic Mint #A2FEBE
RGB
CMYK
RGB Variations
Color information
#A2FEBE (or 0xA2FEBE) is known color: Magic Mint. HEX triplet: A2, FE and BE. RGB value is (162,254,190). Sum of RGB (Red+Green+Blue) = 162+254+190=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FEBE is #5D0141. Grayscale: #DBDBDB. Windows color (decimal): -6095170 or 12517026. OLE color: 12517026.
HSL color Cylindrical-coordinate representation of color #A2FEBE: hue angle of 138.26º 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 #A2FEBE is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 190 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.00 |
| HSL | 138.26º | 0.98% | 0.82% | - |
| HSV(B) | 138.26º | 0.36% | 1% | - |
| XYZ | 59.64 | 82.28 | 61.45 | - |
| YUV | 219.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 190 | 0.36 | 0 | 0.25 | 0.00 | 138.26 | 0.98 | 0.82 |
| Hex | A2 | FE | BE | 24 | 0 | 19 | 0 | 8A | 62 | 52 |
| Octal | 242 | 376 | 276 | 44 | 0 | 31 | 0 | 212 | 142 | 122 |
| Binary | 10100010 | 11111110 | 10111110 | 100100 | 0 | 11001 | 0 | 10001010 | 1100010 | 1010010 |
Color Harmonies of #A2FEBE
Complementary color
Monochromatic Colors of #A2FEBE
Black with #A2FEBE
Text Example
Text Example
White with #A2FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FEBE; }
p { color: rgb(162,254,190); }
H1.HeaderClassName
{
color: #A2FEBE;
}
.AnyTagClassName
{
color: #A2FEBE;
}
</style>
background-color css
<style>
a { background-color: #A2FEBE; }
a { background-color: rgb(162,254,190); }
div.DivClassName
{
background-color: #A2FEBE;
}
.BgClassName
{
background-color: #A2FEBE;
}
</style>
border-color css
<style>
span { border-color: #A2FEBE; }
span { border-color: rgb(162,254,190); }
td.TdClassName
{
border-color: #A2FEBE;
}
.TagClassName
{
border-color: #A2FEBE;
}
</style>