Shades of Magic Mint #A0FEBC
Tints of Magic Mint #A0FEBC
RGB
CMYK
RGB Variations
Color information
#A0FEBC (or 0xA0FEBC) is known color: Magic Mint. HEX triplet: A0, FE and BC. RGB value is (160,254,188). Sum of RGB (Red+Green+Blue) = 160+254+188=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEBC is #5F0143. Grayscale: #DADADA. Windows color (decimal): -6226244 or 12385952. OLE color: 12385952.
HSL color Cylindrical-coordinate representation of color #A0FEBC: hue angle of 137.87º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FEBC is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 188 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.00 |
| HSL | 137.87º | 0.98% | 0.81% | - |
| HSV(B) | 137.87º | 0.37% | 1% | - |
| XYZ | 59.02 | 81.99 | 60.29 | - |
| YUV | 218.37 | 110.86 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 188 | 0.37 | 0 | 0.26 | 0.00 | 137.87 | 0.98 | 0.81 |
| Hex | A0 | FE | BC | 25 | 0 | 1A | 0 | 8A | 62 | 51 |
| Octal | 240 | 376 | 274 | 45 | 0 | 32 | 0 | 212 | 142 | 121 |
| Binary | 10100000 | 11111110 | 10111100 | 100101 | 0 | 11010 | 0 | 10001010 | 1100010 | 1010001 |
Color Harmonies of #A0FEBC
Complementary color
Monochromatic Colors of #A0FEBC
Black with #A0FEBC
Text Example
Text Example
White with #A0FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEBC; }
p { color: rgb(160,254,188); }
H1.HeaderClassName
{
color: #A0FEBC;
}
.AnyTagClassName
{
color: #A0FEBC;
}
</style>
background-color css
<style>
a { background-color: #A0FEBC; }
a { background-color: rgb(160,254,188); }
div.DivClassName
{
background-color: #A0FEBC;
}
.BgClassName
{
background-color: #A0FEBC;
}
</style>
border-color css
<style>
span { border-color: #A0FEBC; }
span { border-color: rgb(160,254,188); }
td.TdClassName
{
border-color: #A0FEBC;
}
.TagClassName
{
border-color: #A0FEBC;
}
</style>