Shades of Medium Aquamarine #60ECAC
Tints of Medium Aquamarine #60ECAC
RGB
CMYK
RGB Variations
Color information
#60ECAC (or 0x60ECAC) is known color: Medium Aquamarine. HEX triplet: 60, EC and AC. RGB value is (96,236,172). Sum of RGB (Red+Green+Blue) = 96+236+172=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #60ECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60ECAC is #9F1353. Grayscale: #BABABA. Windows color (decimal): -10425172 or 11332704. OLE color: 11332704.
HSL color Cylindrical-coordinate representation of color #60ECAC: hue angle of 152.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60ECAC is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 172 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.07 |
| HSL | 152.57º | 0.79% | 0.65% | - |
| HSV(B) | 152.57º | 0.59% | 0.93% | - |
| XYZ | 42.27 | 65.46 | 49.44 | - |
| YUV | 186.84 | 119.62 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 172 | 0.59 | 0 | 0.27 | 0.07 | 152.57 | 0.79 | 0.65 |
| Hex | 60 | EC | AC | 3B | 0 | 1B | 7 | 99 | 4F | 41 |
| Octal | 140 | 354 | 254 | 73 | 0 | 33 | 7 | 231 | 117 | 101 |
| Binary | 1100000 | 11101100 | 10101100 | 111011 | 0 | 11011 | 111 | 10011001 | 1001111 | 1000001 |
Color Harmonies of #60ECAC
Complementary color
Monochromatic Colors of #60ECAC
Black with #60ECAC
Text Example
Text Example
White with #60ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECAC; }
p { color: rgb(96,236,172); }
H1.HeaderClassName
{
color: #60ECAC;
}
.AnyTagClassName
{
color: #60ECAC;
}
</style>
background-color css
<style>
a { background-color: #60ECAC; }
a { background-color: rgb(96,236,172); }
div.DivClassName
{
background-color: #60ECAC;
}
.BgClassName
{
background-color: #60ECAC;
}
</style>
border-color css
<style>
span { border-color: #60ECAC; }
span { border-color: rgb(96,236,172); }
td.TdClassName
{
border-color: #60ECAC;
}
.TagClassName
{
border-color: #60ECAC;
}
</style>