Shades of Medium Aquamarine #5ECFAA
Tints of Medium Aquamarine #5ECFAA
RGB
CMYK
RGB Variations
Color information
#5ECFAA (or 0x5ECFAA) is known color: Medium Aquamarine. HEX triplet: 5E, CF and AA. RGB value is (94,207,170). Sum of RGB (Red+Green+Blue) = 94+207+170=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECFAA is #A13055. Grayscale: #A9A9A9. Windows color (decimal): -10563670 or 11194206. OLE color: 11194206.
HSL color Cylindrical-coordinate representation of color #5ECFAA: hue angle of 160.35º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ECFAA is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 207 | 170 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.19 |
| HSL | 160.35º | 0.54% | 0.59% | - |
| HSV(B) | 160.35º | 0.55% | 0.81% | - |
| XYZ | 34.18 | 49.91 | 45.86 | - |
| YUV | 169 | 128.56 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 170 | 0.55 | 0 | 0.18 | 0.19 | 160.35 | 0.54 | 0.59 |
| Hex | 5E | CF | AA | 37 | 0 | 12 | 13 | A0 | 36 | 3B |
| Octal | 136 | 317 | 252 | 67 | 0 | 22 | 23 | 240 | 66 | 73 |
| Binary | 1011110 | 11001111 | 10101010 | 110111 | 0 | 10010 | 10011 | 10100000 | 110110 | 111011 |
Color Harmonies of #5ECFAA
Complementary color
Monochromatic Colors of #5ECFAA
Black with #5ECFAA
Text Example
Text Example
White with #5ECFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECFAA; }
p { color: rgb(94,207,170); }
H1.HeaderClassName
{
color: #5ECFAA;
}
.AnyTagClassName
{
color: #5ECFAA;
}
</style>
background-color css
<style>
a { background-color: #5ECFAA; }
a { background-color: rgb(94,207,170); }
div.DivClassName
{
background-color: #5ECFAA;
}
.BgClassName
{
background-color: #5ECFAA;
}
</style>
border-color css
<style>
span { border-color: #5ECFAA; }
span { border-color: rgb(94,207,170); }
td.TdClassName
{
border-color: #5ECFAA;
}
.TagClassName
{
border-color: #5ECFAA;
}
</style>