Shades of Medium Aquamarine #5ECDB4
Tints of Medium Aquamarine #5ECDB4
RGB
CMYK
RGB Variations
Color information
#5ECDB4 (or 0x5ECDB4) is known color: Medium Aquamarine. HEX triplet: 5E, CD and B4. RGB value is (94,205,180). Sum of RGB (Red+Green+Blue) = 94+205+180=479 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.62% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDB4 is #A1324B. Grayscale: #A8A8A8. Windows color (decimal): -10564172 or 11849054. OLE color: 11849054.
HSL color Cylindrical-coordinate representation of color #5ECDB4: hue angle of 166.49º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECDB4 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 180 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.20 |
| HSL | 166.49º | 0.53% | 0.59% | - |
| HSV(B) | 166.49º | 0.54% | 0.8% | - |
| XYZ | 34.69 | 49.34 | 50.88 | - |
| YUV | 168.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 180 | 0.54 | 0 | 0.12 | 0.20 | 166.49 | 0.53 | 0.59 |
| Hex | 5E | CD | B4 | 36 | 0 | C | 14 | A6 | 35 | 3B |
| Octal | 136 | 315 | 264 | 66 | 0 | 14 | 24 | 246 | 65 | 73 |
| Binary | 1011110 | 11001101 | 10110100 | 110110 | 0 | 1100 | 10100 | 10100110 | 110101 | 111011 |
Color Harmonies of #5ECDB4
Complementary color
Monochromatic Colors of #5ECDB4
Black with #5ECDB4
Text Example
Text Example
White with #5ECDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDB4; }
p { color: rgb(94,205,180); }
H1.HeaderClassName
{
color: #5ECDB4;
}
.AnyTagClassName
{
color: #5ECDB4;
}
</style>
background-color css
<style>
a { background-color: #5ECDB4; }
a { background-color: rgb(94,205,180); }
div.DivClassName
{
background-color: #5ECDB4;
}
.BgClassName
{
background-color: #5ECDB4;
}
</style>
border-color css
<style>
span { border-color: #5ECDB4; }
span { border-color: rgb(94,205,180); }
td.TdClassName
{
border-color: #5ECDB4;
}
.TagClassName
{
border-color: #5ECDB4;
}
</style>