Shades of Medium Aquamarine #5ECAB1
Tints of Medium Aquamarine #5ECAB1
RGB
CMYK
RGB Variations
Color information
#5ECAB1 (or 0x5ECAB1) is known color: Medium Aquamarine. HEX triplet: 5E, CA and B1. RGB value is (94,202,177). Sum of RGB (Red+Green+Blue) = 94+202+177=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECAB1 is #A1354E. Grayscale: #A6A6A6. Windows color (decimal): -10564943 or 11651678. OLE color: 11651678.
HSL color Cylindrical-coordinate representation of color #5ECAB1: hue angle of 166.11º 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 #5ECAB1 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 202 | 177 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.21 |
| HSL | 166.11º | 0.5% | 0.58% | - |
| HSV(B) | 166.11º | 0.53% | 0.79% | - |
| XYZ | 33.67 | 47.8 | 49.05 | - |
| YUV | 166.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 202 | 177 | 0.53 | 0 | 0.12 | 0.21 | 166.11 | 0.5 | 0.58 |
| Hex | 5E | CA | B1 | 35 | 0 | C | 15 | A6 | 32 | 3A |
| Octal | 136 | 312 | 261 | 65 | 0 | 14 | 25 | 246 | 62 | 72 |
| Binary | 1011110 | 11001010 | 10110001 | 110101 | 0 | 1100 | 10101 | 10100110 | 110010 | 111010 |
Color Harmonies of #5ECAB1
Complementary color
Monochromatic Colors of #5ECAB1
Black with #5ECAB1
Text Example
Text Example
White with #5ECAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECAB1; }
p { color: rgb(94,202,177); }
H1.HeaderClassName
{
color: #5ECAB1;
}
.AnyTagClassName
{
color: #5ECAB1;
}
</style>
background-color css
<style>
a { background-color: #5ECAB1; }
a { background-color: rgb(94,202,177); }
div.DivClassName
{
background-color: #5ECAB1;
}
.BgClassName
{
background-color: #5ECAB1;
}
</style>
border-color css
<style>
span { border-color: #5ECAB1; }
span { border-color: rgb(94,202,177); }
td.TdClassName
{
border-color: #5ECAB1;
}
.TagClassName
{
border-color: #5ECAB1;
}
</style>