Shades of Medium Aquamarine #5ECFAC
Tints of Medium Aquamarine #5ECFAC
RGB
CMYK
RGB Variations
Color information
#5ECFAC (or 0x5ECFAC) is known color: Medium Aquamarine. HEX triplet: 5E, CF and AC. RGB value is (94,207,172). Sum of RGB (Red+Green+Blue) = 94+207+172=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECFAC is #A13053. Grayscale: #A9A9A9. Windows color (decimal): -10563668 or 11325278. OLE color: 11325278.
HSL color Cylindrical-coordinate representation of color #5ECFAC: hue angle of 161.42º 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 #5ECFAC is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 207 | 172 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.19 |
| HSL | 161.42º | 0.54% | 0.59% | - |
| HSV(B) | 161.42º | 0.55% | 0.81% | - |
| XYZ | 34.38 | 49.98 | 46.87 | - |
| YUV | 169.22 | 129.56 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 172 | 0.55 | 0 | 0.17 | 0.19 | 161.42 | 0.54 | 0.59 |
| Hex | 5E | CF | AC | 37 | 0 | 11 | 13 | A1 | 36 | 3B |
| Octal | 136 | 317 | 254 | 67 | 0 | 21 | 23 | 241 | 66 | 73 |
| Binary | 1011110 | 11001111 | 10101100 | 110111 | 0 | 10001 | 10011 | 10100001 | 110110 | 111011 |
Color Harmonies of #5ECFAC
Complementary color
Monochromatic Colors of #5ECFAC
Black with #5ECFAC
Text Example
Text Example
White with #5ECFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECFAC; }
p { color: rgb(94,207,172); }
H1.HeaderClassName
{
color: #5ECFAC;
}
.AnyTagClassName
{
color: #5ECFAC;
}
</style>
background-color css
<style>
a { background-color: #5ECFAC; }
a { background-color: rgb(94,207,172); }
div.DivClassName
{
background-color: #5ECFAC;
}
.BgClassName
{
background-color: #5ECFAC;
}
</style>
border-color css
<style>
span { border-color: #5ECFAC; }
span { border-color: rgb(94,207,172); }
td.TdClassName
{
border-color: #5ECFAC;
}
.TagClassName
{
border-color: #5ECFAC;
}
</style>