Shades of Medium Aquamarine #5ECBB1
Tints of Medium Aquamarine #5ECBB1
RGB
CMYK
RGB Variations
Color information
#5ECBB1 (or 0x5ECBB1) is known color: Medium Aquamarine. HEX triplet: 5E, CB and B1. RGB value is (94,203,177). Sum of RGB (Red+Green+Blue) = 94+203+177=474 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.83% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECBB1 is #A1344E. Grayscale: #A7A7A7. Windows color (decimal): -10564687 or 11651934. OLE color: 11651934.
HSL color Cylindrical-coordinate representation of color #5ECBB1: hue angle of 165.69º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECBB1 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 203 | 177 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.20 |
| HSL | 165.69º | 0.51% | 0.58% | - |
| HSV(B) | 165.69º | 0.54% | 0.8% | - |
| XYZ | 33.91 | 48.27 | 49.12 | - |
| YUV | 167.45 | 133.39 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 203 | 177 | 0.54 | 0 | 0.13 | 0.20 | 165.69 | 0.51 | 0.58 |
| Hex | 5E | CB | B1 | 36 | 0 | D | 14 | A6 | 33 | 3A |
| Octal | 136 | 313 | 261 | 66 | 0 | 15 | 24 | 246 | 63 | 72 |
| Binary | 1011110 | 11001011 | 10110001 | 110110 | 0 | 1101 | 10100 | 10100110 | 110011 | 111010 |
Color Harmonies of #5ECBB1
Complementary color
Monochromatic Colors of #5ECBB1
Black with #5ECBB1
Text Example
Text Example
White with #5ECBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECBB1; }
p { color: rgb(94,203,177); }
H1.HeaderClassName
{
color: #5ECBB1;
}
.AnyTagClassName
{
color: #5ECBB1;
}
</style>
background-color css
<style>
a { background-color: #5ECBB1; }
a { background-color: rgb(94,203,177); }
div.DivClassName
{
background-color: #5ECBB1;
}
.BgClassName
{
background-color: #5ECBB1;
}
</style>
border-color css
<style>
span { border-color: #5ECBB1; }
span { border-color: rgb(94,203,177); }
td.TdClassName
{
border-color: #5ECBB1;
}
.TagClassName
{
border-color: #5ECBB1;
}
</style>