Shades of Medium Aquamarine #5ECDB3
Tints of Medium Aquamarine #5ECDB3
RGB
CMYK
RGB Variations
Color information
#5ECDB3 (or 0x5ECDB3) is known color: Medium Aquamarine. HEX triplet: 5E, CD and B3. RGB value is (94,205,179). Sum of RGB (Red+Green+Blue) = 94+205+179=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECDB3 is #A1324C. Grayscale: #A8A8A8. Windows color (decimal): -10564173 or 11783518. OLE color: 11783518.
HSL color Cylindrical-coordinate representation of color #5ECDB3: hue angle of 165.95º 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 #5ECDB3 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 179 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.20 |
| HSL | 165.95º | 0.53% | 0.59% | - |
| HSV(B) | 165.95º | 0.54% | 0.8% | - |
| XYZ | 34.58 | 49.3 | 50.34 | - |
| YUV | 168.85 | 133.73 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 179 | 0.54 | 0 | 0.13 | 0.20 | 165.95 | 0.53 | 0.59 |
| Hex | 5E | CD | B3 | 36 | 0 | D | 14 | A6 | 35 | 3B |
| Octal | 136 | 315 | 263 | 66 | 0 | 15 | 24 | 246 | 65 | 73 |
| Binary | 1011110 | 11001101 | 10110011 | 110110 | 0 | 1101 | 10100 | 10100110 | 110101 | 111011 |
Color Harmonies of #5ECDB3
Complementary color
Monochromatic Colors of #5ECDB3
Black with #5ECDB3
Text Example
Text Example
White with #5ECDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECDB3; }
p { color: rgb(94,205,179); }
H1.HeaderClassName
{
color: #5ECDB3;
}
.AnyTagClassName
{
color: #5ECDB3;
}
</style>
background-color css
<style>
a { background-color: #5ECDB3; }
a { background-color: rgb(94,205,179); }
div.DivClassName
{
background-color: #5ECDB3;
}
.BgClassName
{
background-color: #5ECDB3;
}
</style>
border-color css
<style>
span { border-color: #5ECDB3; }
span { border-color: rgb(94,205,179); }
td.TdClassName
{
border-color: #5ECDB3;
}
.TagClassName
{
border-color: #5ECDB3;
}
</style>