Shades of Medium Aquamarine #60ECB1
Tints of Medium Aquamarine #60ECB1
RGB
CMYK
RGB Variations
Color information
#60ECB1 (or 0x60ECB1) is known color: Medium Aquamarine. HEX triplet: 60, EC and B1. RGB value is (96,236,177). Sum of RGB (Red+Green+Blue) = 96+236+177=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #60ECB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60ECB1 is #9F134E. Grayscale: #BBBBBB. Windows color (decimal): -10425167 or 11660384. OLE color: 11660384.
HSL color Cylindrical-coordinate representation of color #60ECB1: hue angle of 154.71º 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 #60ECB1 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 177 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.07 |
| HSL | 154.71º | 0.79% | 0.65% | - |
| HSV(B) | 154.71º | 0.59% | 0.93% | - |
| XYZ | 42.76 | 65.65 | 52.01 | - |
| YUV | 187.41 | 122.12 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 177 | 0.59 | 0 | 0.25 | 0.07 | 154.71 | 0.79 | 0.65 |
| Hex | 60 | EC | B1 | 3B | 0 | 19 | 7 | 9B | 4F | 41 |
| Octal | 140 | 354 | 261 | 73 | 0 | 31 | 7 | 233 | 117 | 101 |
| Binary | 1100000 | 11101100 | 10110001 | 111011 | 0 | 11001 | 111 | 10011011 | 1001111 | 1000001 |
Color Harmonies of #60ECB1
Complementary color
Monochromatic Colors of #60ECB1
Black with #60ECB1
Text Example
Text Example
White with #60ECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ECB1; }
p { color: rgb(96,236,177); }
H1.HeaderClassName
{
color: #60ECB1;
}
.AnyTagClassName
{
color: #60ECB1;
}
</style>
background-color css
<style>
a { background-color: #60ECB1; }
a { background-color: rgb(96,236,177); }
div.DivClassName
{
background-color: #60ECB1;
}
.BgClassName
{
background-color: #60ECB1;
}
</style>
border-color css
<style>
span { border-color: #60ECB1; }
span { border-color: rgb(96,236,177); }
td.TdClassName
{
border-color: #60ECB1;
}
.TagClassName
{
border-color: #60ECB1;
}
</style>