Shades of Medium Aquamarine #5ECEAB
Tints of Medium Aquamarine #5ECEAB
RGB
CMYK
RGB Variations
Color information
#5ECEAB (or 0x5ECEAB) is known color: Medium Aquamarine. HEX triplet: 5E, CE and AB. RGB value is (94,206,171). Sum of RGB (Red+Green+Blue) = 94+206+171=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECEAB is #A13154. Grayscale: #A8A8A8. Windows color (decimal): -10563925 or 11259486. OLE color: 11259486.
HSL color Cylindrical-coordinate representation of color #5ECEAB: hue angle of 161.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECEAB is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 171 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.19 |
| HSL | 161.25º | 0.53% | 0.59% | - |
| HSV(B) | 161.25º | 0.54% | 0.81% | - |
| XYZ | 34.04 | 49.46 | 46.28 | - |
| YUV | 168.52 | 129.39 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 171 | 0.54 | 0 | 0.17 | 0.19 | 161.25 | 0.53 | 0.59 |
| Hex | 5E | CE | AB | 36 | 0 | 11 | 13 | A1 | 35 | 3B |
| Octal | 136 | 316 | 253 | 66 | 0 | 21 | 23 | 241 | 65 | 73 |
| Binary | 1011110 | 11001110 | 10101011 | 110110 | 0 | 10001 | 10011 | 10100001 | 110101 | 111011 |
Color Harmonies of #5ECEAB
Complementary color
Monochromatic Colors of #5ECEAB
Black with #5ECEAB
Text Example
Text Example
White with #5ECEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECEAB; }
p { color: rgb(94,206,171); }
H1.HeaderClassName
{
color: #5ECEAB;
}
.AnyTagClassName
{
color: #5ECEAB;
}
</style>
background-color css
<style>
a { background-color: #5ECEAB; }
a { background-color: rgb(94,206,171); }
div.DivClassName
{
background-color: #5ECEAB;
}
.BgClassName
{
background-color: #5ECEAB;
}
</style>
border-color css
<style>
span { border-color: #5ECEAB; }
span { border-color: rgb(94,206,171); }
td.TdClassName
{
border-color: #5ECEAB;
}
.TagClassName
{
border-color: #5ECEAB;
}
</style>