Shades of Magic Mint #A0E8C5
Tints of Magic Mint #A0E8C5
RGB
CMYK
RGB Variations
Color information
#A0E8C5 (or 0xA0E8C5) is known color: Magic Mint. HEX triplet: A0, E8 and C5. RGB value is (160,232,197). Sum of RGB (Red+Green+Blue) = 160+232+197=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E8C5 is #5F173A. Grayscale: #CECECE. Windows color (decimal): -6231867 or 12970144. OLE color: 12970144.
HSL color Cylindrical-coordinate representation of color #A0E8C5: hue angle of 150.83º degrees, saturation: 0.61, 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 #A0E8C5 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 197 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.09 |
| HSL | 150.83º | 0.61% | 0.77% | - |
| HSV(B) | 150.83º | 0.31% | 0.91% | - |
| XYZ | 53.43 | 69.22 | 63.37 | - |
| YUV | 206.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 197 | 0.31 | 0 | 0.15 | 0.09 | 150.83 | 0.61 | 0.77 |
| Hex | A0 | E8 | C5 | 1F | 0 | F | 9 | 97 | 3D | 4D |
| Octal | 240 | 350 | 305 | 37 | 0 | 17 | 11 | 227 | 75 | 115 |
| Binary | 10100000 | 11101000 | 11000101 | 11111 | 0 | 1111 | 1001 | 10010111 | 111101 | 1001101 |
Color Harmonies of #A0E8C5
Complementary color
Monochromatic Colors of #A0E8C5
Black with #A0E8C5
Text Example
Text Example
White with #A0E8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E8C5; }
p { color: rgb(160,232,197); }
H1.HeaderClassName
{
color: #A0E8C5;
}
.AnyTagClassName
{
color: #A0E8C5;
}
</style>
background-color css
<style>
a { background-color: #A0E8C5; }
a { background-color: rgb(160,232,197); }
div.DivClassName
{
background-color: #A0E8C5;
}
.BgClassName
{
background-color: #A0E8C5;
}
</style>
border-color css
<style>
span { border-color: #A0E8C5; }
span { border-color: rgb(160,232,197); }
td.TdClassName
{
border-color: #A0E8C5;
}
.TagClassName
{
border-color: #A0E8C5;
}
</style>