Shades of Magic Mint #A0EBC3
Tints of Magic Mint #A0EBC3
RGB
CMYK
RGB Variations
Color information
#A0EBC3 (or 0xA0EBC3) is known color: Magic Mint. HEX triplet: A0, EB and C3. RGB value is (160,235,195). Sum of RGB (Red+Green+Blue) = 160+235+195=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBC3 is #5F143C. Grayscale: #D0D0D0. Windows color (decimal): -6231101 or 12839840. OLE color: 12839840.
HSL color Cylindrical-coordinate representation of color #A0EBC3: hue angle of 148º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBC3 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 235 | 195 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.08 |
| HSL | 148º | 0.65% | 0.77% | - |
| HSV(B) | 148º | 0.32% | 0.92% | - |
| XYZ | 54.06 | 70.83 | 62.45 | - |
| YUV | 208.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 235 | 195 | 0.32 | 0 | 0.17 | 0.08 | 148 | 0.65 | 0.77 |
| Hex | A0 | EB | C3 | 20 | 0 | 11 | 8 | 94 | 41 | 4D |
| Octal | 240 | 353 | 303 | 40 | 0 | 21 | 10 | 224 | 101 | 115 |
| Binary | 10100000 | 11101011 | 11000011 | 100000 | 0 | 10001 | 1000 | 10010100 | 1000001 | 1001101 |
Color Harmonies of #A0EBC3
Complementary color
Monochromatic Colors of #A0EBC3
Black with #A0EBC3
Text Example
Text Example
White with #A0EBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EBC3; }
p { color: rgb(160,235,195); }
H1.HeaderClassName
{
color: #A0EBC3;
}
.AnyTagClassName
{
color: #A0EBC3;
}
</style>
background-color css
<style>
a { background-color: #A0EBC3; }
a { background-color: rgb(160,235,195); }
div.DivClassName
{
background-color: #A0EBC3;
}
.BgClassName
{
background-color: #A0EBC3;
}
</style>
border-color css
<style>
span { border-color: #A0EBC3; }
span { border-color: rgb(160,235,195); }
td.TdClassName
{
border-color: #A0EBC3;
}
.TagClassName
{
border-color: #A0EBC3;
}
</style>