Shades of Medium Aquamarine #5ECCAB
Tints of Medium Aquamarine #5ECCAB
RGB
CMYK
RGB Variations
Color information
#5ECCAB (or 0x5ECCAB) is known color: Medium Aquamarine. HEX triplet: 5E, CC and AB. RGB value is (94,204,171). Sum of RGB (Red+Green+Blue) = 94+204+171=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECCAB is #A13354. Grayscale: #A7A7A7. Windows color (decimal): -10564437 or 11258974. OLE color: 11258974.
HSL color Cylindrical-coordinate representation of color #5ECCAB: hue angle of 162º degrees, saturation: 0.52, 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 #5ECCAB is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 204 | 171 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.2 |
| HSL | 162º | 0.52% | 0.58% | - |
| HSV(B) | 162º | 0.54% | 0.8% | - |
| XYZ | 33.56 | 48.51 | 46.12 | - |
| YUV | 167.35 | 130.06 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 171 | 0.54 | 0 | 0.16 | 0.2 | 162 | 0.52 | 0.58 |
| Hex | 5E | CC | AB | 36 | 0 | 10 | 14 | A2 | 34 | 3A |
| Octal | 136 | 314 | 253 | 66 | 0 | 20 | 24 | 242 | 64 | 72 |
| Binary | 1011110 | 11001100 | 10101011 | 110110 | 0 | 10000 | 10100 | 10100010 | 110100 | 111010 |
Color Harmonies of #5ECCAB
Complementary color
Monochromatic Colors of #5ECCAB
Black with #5ECCAB
Text Example
Text Example
White with #5ECCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECCAB; }
p { color: rgb(94,204,171); }
H1.HeaderClassName
{
color: #5ECCAB;
}
.AnyTagClassName
{
color: #5ECCAB;
}
</style>
background-color css
<style>
a { background-color: #5ECCAB; }
a { background-color: rgb(94,204,171); }
div.DivClassName
{
background-color: #5ECCAB;
}
.BgClassName
{
background-color: #5ECCAB;
}
</style>
border-color css
<style>
span { border-color: #5ECCAB; }
span { border-color: rgb(94,204,171); }
td.TdClassName
{
border-color: #5ECCAB;
}
.TagClassName
{
border-color: #5ECCAB;
}
</style>