Shades of Magic Mint #A0F5BD
Tints of Magic Mint #A0F5BD
RGB
CMYK
RGB Variations
Color information
#A0F5BD (or 0xA0F5BD) is known color: Magic Mint. HEX triplet: A0, F5 and BD. RGB value is (160,245,189). Sum of RGB (Red+Green+Blue) = 160+245+189=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 245 - color contains mainly: green. Hex color #A0F5BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F5BD is #5F0A42. Grayscale: #D5D5D5. Windows color (decimal): -6228547 or 12449184. OLE color: 12449184.
HSL color Cylindrical-coordinate representation of color #A0F5BD: hue angle of 140.47º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F5BD is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 245 | 189 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.04 |
| HSL | 140.47º | 0.81% | 0.79% | - |
| HSV(B) | 140.47º | 0.35% | 0.96% | - |
| XYZ | 56.33 | 76.45 | 59.93 | - |
| YUV | 213.2 | 114.34 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 245 | 189 | 0.35 | 0 | 0.23 | 0.04 | 140.47 | 0.81 | 0.79 |
| Hex | A0 | F5 | BD | 23 | 0 | 17 | 4 | 8C | 51 | 4F |
| Octal | 240 | 365 | 275 | 43 | 0 | 27 | 4 | 214 | 121 | 117 |
| Binary | 10100000 | 11110101 | 10111101 | 100011 | 0 | 10111 | 100 | 10001100 | 1010001 | 1001111 |
Color Harmonies of #A0F5BD
Complementary color
Monochromatic Colors of #A0F5BD
Black with #A0F5BD
Text Example
Text Example
White with #A0F5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F5BD; }
p { color: rgb(160,245,189); }
H1.HeaderClassName
{
color: #A0F5BD;
}
.AnyTagClassName
{
color: #A0F5BD;
}
</style>
background-color css
<style>
a { background-color: #A0F5BD; }
a { background-color: rgb(160,245,189); }
div.DivClassName
{
background-color: #A0F5BD;
}
.BgClassName
{
background-color: #A0F5BD;
}
</style>
border-color css
<style>
span { border-color: #A0F5BD; }
span { border-color: rgb(160,245,189); }
td.TdClassName
{
border-color: #A0F5BD;
}
.TagClassName
{
border-color: #A0F5BD;
}
</style>