Shades of Medium Aquamarine #60ECB6
Tints of Medium Aquamarine #60ECB6
RGB
CMYK
RGB Variations
Color information
#60ECB6 (or 0x60ECB6) is known color: Medium Aquamarine. HEX triplet: 60, EC and B6. RGB value is (96,236,182). Sum of RGB (Red+Green+Blue) = 96+236+182=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #60ECB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60ECB6 is #9F1349. Grayscale: #BCBCBC. Windows color (decimal): -10425162 or 11988064. OLE color: 11988064.
HSL color Cylindrical-coordinate representation of color #60ECB6: hue angle of 156.86º 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 #60ECB6 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 182 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.07 |
| HSL | 156.86º | 0.79% | 0.65% | - |
| HSV(B) | 156.86º | 0.59% | 0.93% | - |
| XYZ | 43.26 | 65.86 | 54.69 | - |
| YUV | 187.98 | 124.62 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 182 | 0.59 | 0 | 0.23 | 0.07 | 156.86 | 0.79 | 0.65 |
| Hex | 60 | EC | B6 | 3B | 0 | 17 | 7 | 9D | 4F | 41 |
| Octal | 140 | 354 | 266 | 73 | 0 | 27 | 7 | 235 | 117 | 101 |
| Binary | 1100000 | 11101100 | 10110110 | 111011 | 0 | 10111 | 111 | 10011101 | 1001111 | 1000001 |
Color Harmonies of #60ECB6
Complementary color
Monochromatic Colors of #60ECB6
Black with #60ECB6
Text Example
Text Example
White with #60ECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECB6; }
p { color: rgb(96,236,182); }
H1.HeaderClassName
{
color: #60ECB6;
}
.AnyTagClassName
{
color: #60ECB6;
}
</style>
background-color css
<style>
a { background-color: #60ECB6; }
a { background-color: rgb(96,236,182); }
div.DivClassName
{
background-color: #60ECB6;
}
.BgClassName
{
background-color: #60ECB6;
}
</style>
border-color css
<style>
span { border-color: #60ECB6; }
span { border-color: rgb(96,236,182); }
td.TdClassName
{
border-color: #60ECB6;
}
.TagClassName
{
border-color: #60ECB6;
}
</style>