Shades of Medium Aquamarine #60ECAF
Tints of Medium Aquamarine #60ECAF
RGB
CMYK
RGB Variations
Color information
#60ECAF (or 0x60ECAF) is known color: Medium Aquamarine. HEX triplet: 60, EC and AF. RGB value is (96,236,175). Sum of RGB (Red+Green+Blue) = 96+236+175=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #60ECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60ECAF is #9F1350. Grayscale: #BBBBBB. Windows color (decimal): -10425169 or 11529312. OLE color: 11529312.
HSL color Cylindrical-coordinate representation of color #60ECAF: hue angle of 153.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 #60ECAF is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 175 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.07 |
| HSL | 153.86º | 0.79% | 0.65% | - |
| HSV(B) | 153.86º | 0.59% | 0.93% | - |
| XYZ | 42.56 | 65.57 | 50.97 | - |
| YUV | 187.19 | 121.12 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 175 | 0.59 | 0 | 0.26 | 0.07 | 153.86 | 0.79 | 0.65 |
| Hex | 60 | EC | AF | 3B | 0 | 1A | 7 | 9A | 4F | 41 |
| Octal | 140 | 354 | 257 | 73 | 0 | 32 | 7 | 232 | 117 | 101 |
| Binary | 1100000 | 11101100 | 10101111 | 111011 | 0 | 11010 | 111 | 10011010 | 1001111 | 1000001 |
Color Harmonies of #60ECAF
Complementary color
Monochromatic Colors of #60ECAF
Black with #60ECAF
Text Example
Text Example
White with #60ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECAF; }
p { color: rgb(96,236,175); }
H1.HeaderClassName
{
color: #60ECAF;
}
.AnyTagClassName
{
color: #60ECAF;
}
</style>
background-color css
<style>
a { background-color: #60ECAF; }
a { background-color: rgb(96,236,175); }
div.DivClassName
{
background-color: #60ECAF;
}
.BgClassName
{
background-color: #60ECAF;
}
</style>
border-color css
<style>
span { border-color: #60ECAF; }
span { border-color: rgb(96,236,175); }
td.TdClassName
{
border-color: #60ECAF;
}
.TagClassName
{
border-color: #60ECAF;
}
</style>