Shades of Magic Mint #A0F9BC
Tints of Magic Mint #A0F9BC
RGB
CMYK
RGB Variations
Color information
#A0F9BC (or 0xA0F9BC) is known color: Magic Mint. HEX triplet: A0, F9 and BC. RGB value is (160,249,188). Sum of RGB (Red+Green+Blue) = 160+249+188=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F9BC is #5F0643. Grayscale: #D7D7D7. Windows color (decimal): -6227524 or 12384672. OLE color: 12384672.
HSL color Cylindrical-coordinate representation of color #A0F9BC: hue angle of 138.88º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0F9BC is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 188 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.02 |
| HSL | 138.88º | 0.88% | 0.8% | - |
| HSV(B) | 138.88º | 0.36% | 0.98% | - |
| XYZ | 57.45 | 78.86 | 59.77 | - |
| YUV | 215.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 188 | 0.36 | 0 | 0.24 | 0.02 | 138.88 | 0.88 | 0.8 |
| Hex | A0 | F9 | BC | 24 | 0 | 18 | 2 | 8B | 58 | 50 |
| Octal | 240 | 371 | 274 | 44 | 0 | 30 | 2 | 213 | 130 | 120 |
| Binary | 10100000 | 11111001 | 10111100 | 100100 | 0 | 11000 | 10 | 10001011 | 1011000 | 1010000 |
Color Harmonies of #A0F9BC
Complementary color
Monochromatic Colors of #A0F9BC
Black with #A0F9BC
Text Example
Text Example
White with #A0F9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F9BC; }
p { color: rgb(160,249,188); }
H1.HeaderClassName
{
color: #A0F9BC;
}
.AnyTagClassName
{
color: #A0F9BC;
}
</style>
background-color css
<style>
a { background-color: #A0F9BC; }
a { background-color: rgb(160,249,188); }
div.DivClassName
{
background-color: #A0F9BC;
}
.BgClassName
{
background-color: #A0F9BC;
}
</style>
border-color css
<style>
span { border-color: #A0F9BC; }
span { border-color: rgb(160,249,188); }
td.TdClassName
{
border-color: #A0F9BC;
}
.TagClassName
{
border-color: #A0F9BC;
}
</style>