Shades of Medium Aquamarine #60ECAB
Tints of Medium Aquamarine #60ECAB
RGB
CMYK
RGB Variations
Color information
#60ECAB (or 0x60ECAB) is known color: Medium Aquamarine. HEX triplet: 60, EC and AB. RGB value is (96,236,171). Sum of RGB (Red+Green+Blue) = 96+236+171=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #60ECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60ECAB is #9F1354. Grayscale: #BABABA. Windows color (decimal): -10425173 or 11267168. OLE color: 11267168.
HSL color Cylindrical-coordinate representation of color #60ECAB: hue angle of 152.14º 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 #60ECAB is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 171 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.07 |
| HSL | 152.14º | 0.79% | 0.65% | - |
| HSV(B) | 152.14º | 0.59% | 0.93% | - |
| XYZ | 42.17 | 65.42 | 48.93 | - |
| YUV | 186.73 | 119.12 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 171 | 0.59 | 0 | 0.28 | 0.07 | 152.14 | 0.79 | 0.65 |
| Hex | 60 | EC | AB | 3B | 0 | 1C | 7 | 98 | 4F | 41 |
| Octal | 140 | 354 | 253 | 73 | 0 | 34 | 7 | 230 | 117 | 101 |
| Binary | 1100000 | 11101100 | 10101011 | 111011 | 0 | 11100 | 111 | 10011000 | 1001111 | 1000001 |
Color Harmonies of #60ECAB
Complementary color
Monochromatic Colors of #60ECAB
Black with #60ECAB
Text Example
Text Example
White with #60ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECAB; }
p { color: rgb(96,236,171); }
H1.HeaderClassName
{
color: #60ECAB;
}
.AnyTagClassName
{
color: #60ECAB;
}
</style>
background-color css
<style>
a { background-color: #60ECAB; }
a { background-color: rgb(96,236,171); }
div.DivClassName
{
background-color: #60ECAB;
}
.BgClassName
{
background-color: #60ECAB;
}
</style>
border-color css
<style>
span { border-color: #60ECAB; }
span { border-color: rgb(96,236,171); }
td.TdClassName
{
border-color: #60ECAB;
}
.TagClassName
{
border-color: #60ECAB;
}
</style>