Shades of Medium Aquamarine #5ECAB0
Tints of Medium Aquamarine #5ECAB0
RGB
CMYK
RGB Variations
Color information
#5ECAB0 (or 0x5ECAB0) is known color: Medium Aquamarine. HEX triplet: 5E, CA and B0. RGB value is (94,202,176). Sum of RGB (Red+Green+Blue) = 94+202+176=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECAB0 is #A1354F. Grayscale: #A6A6A6. Windows color (decimal): -10564944 or 11586142. OLE color: 11586142.
HSL color Cylindrical-coordinate representation of color #5ECAB0: hue angle of 165.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ECAB0 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 202 | 176 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.21 |
| HSL | 165.56º | 0.5% | 0.58% | - |
| HSV(B) | 165.56º | 0.53% | 0.79% | - |
| XYZ | 33.57 | 47.76 | 48.52 | - |
| YUV | 166.74 | 133.22 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 202 | 176 | 0.53 | 0 | 0.13 | 0.21 | 165.56 | 0.5 | 0.58 |
| Hex | 5E | CA | B0 | 35 | 0 | D | 15 | A6 | 32 | 3A |
| Octal | 136 | 312 | 260 | 65 | 0 | 15 | 25 | 246 | 62 | 72 |
| Binary | 1011110 | 11001010 | 10110000 | 110101 | 0 | 1101 | 10101 | 10100110 | 110010 | 111010 |
Color Harmonies of #5ECAB0
Complementary color
Monochromatic Colors of #5ECAB0
Black with #5ECAB0
Text Example
Text Example
White with #5ECAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECAB0; }
p { color: rgb(94,202,176); }
H1.HeaderClassName
{
color: #5ECAB0;
}
.AnyTagClassName
{
color: #5ECAB0;
}
</style>
background-color css
<style>
a { background-color: #5ECAB0; }
a { background-color: rgb(94,202,176); }
div.DivClassName
{
background-color: #5ECAB0;
}
.BgClassName
{
background-color: #5ECAB0;
}
</style>
border-color css
<style>
span { border-color: #5ECAB0; }
span { border-color: rgb(94,202,176); }
td.TdClassName
{
border-color: #5ECAB0;
}
.TagClassName
{
border-color: #5ECAB0;
}
</style>