Shades of Magic Mint #A0E9C5
Tints of Magic Mint #A0E9C5
RGB
CMYK
RGB Variations
Color information
#A0E9C5 (or 0xA0E9C5) is known color: Magic Mint. HEX triplet: A0, E9 and C5. RGB value is (160,233,197). Sum of RGB (Red+Green+Blue) = 160+233+197=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9C5 is #5F163A. Grayscale: #CFCFCF. Windows color (decimal): -6231611 or 12970400. OLE color: 12970400.
HSL color Cylindrical-coordinate representation of color #A0E9C5: hue angle of 150.41º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E9C5 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 197 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.09 |
| HSL | 150.41º | 0.62% | 0.77% | - |
| HSV(B) | 150.41º | 0.31% | 0.91% | - |
| XYZ | 53.71 | 69.78 | 63.46 | - |
| YUV | 207.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 197 | 0.31 | 0 | 0.15 | 0.09 | 150.41 | 0.62 | 0.77 |
| Hex | A0 | E9 | C5 | 1F | 0 | F | 9 | 96 | 3E | 4D |
| Octal | 240 | 351 | 305 | 37 | 0 | 17 | 11 | 226 | 76 | 115 |
| Binary | 10100000 | 11101001 | 11000101 | 11111 | 0 | 1111 | 1001 | 10010110 | 111110 | 1001101 |
Color Harmonies of #A0E9C5
Complementary color
Monochromatic Colors of #A0E9C5
Black with #A0E9C5
Text Example
Text Example
White with #A0E9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9C5; }
p { color: rgb(160,233,197); }
H1.HeaderClassName
{
color: #A0E9C5;
}
.AnyTagClassName
{
color: #A0E9C5;
}
</style>
background-color css
<style>
a { background-color: #A0E9C5; }
a { background-color: rgb(160,233,197); }
div.DivClassName
{
background-color: #A0E9C5;
}
.BgClassName
{
background-color: #A0E9C5;
}
</style>
border-color css
<style>
span { border-color: #A0E9C5; }
span { border-color: rgb(160,233,197); }
td.TdClassName
{
border-color: #A0E9C5;
}
.TagClassName
{
border-color: #A0E9C5;
}
</style>