Shades of Medium Aquamarine #5ECFA2
Tints of Medium Aquamarine #5ECFA2
RGB
CMYK
RGB Variations
Color information
#5ECFA2 (or 0x5ECFA2) is known color: Medium Aquamarine. HEX triplet: 5E, CF and A2. RGB value is (94,207,162). Sum of RGB (Red+Green+Blue) = 94+207+162=463 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.30% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECFA2 is #A1305D. Grayscale: #A8A8A8. Windows color (decimal): -10563678 or 10669918. OLE color: 10669918.
HSL color Cylindrical-coordinate representation of color #5ECFA2: hue angle of 156.11º 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 #5ECFA2 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 207 | 162 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.19 |
| HSL | 156.11º | 0.54% | 0.59% | - |
| HSV(B) | 156.11º | 0.55% | 0.81% | - |
| XYZ | 33.45 | 49.61 | 42 | - |
| YUV | 168.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 162 | 0.55 | 0 | 0.22 | 0.19 | 156.11 | 0.54 | 0.59 |
| Hex | 5E | CF | A2 | 37 | 0 | 16 | 13 | 9C | 36 | 3B |
| Octal | 136 | 317 | 242 | 67 | 0 | 26 | 23 | 234 | 66 | 73 |
| Binary | 1011110 | 11001111 | 10100010 | 110111 | 0 | 10110 | 10011 | 10011100 | 110110 | 111011 |
Color Harmonies of #5ECFA2
Complementary color
Monochromatic Colors of #5ECFA2
Black with #5ECFA2
Text Example
Text Example
White with #5ECFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECFA2; }
p { color: rgb(94,207,162); }
H1.HeaderClassName
{
color: #5ECFA2;
}
.AnyTagClassName
{
color: #5ECFA2;
}
</style>
background-color css
<style>
a { background-color: #5ECFA2; }
a { background-color: rgb(94,207,162); }
div.DivClassName
{
background-color: #5ECFA2;
}
.BgClassName
{
background-color: #5ECFA2;
}
</style>
border-color css
<style>
span { border-color: #5ECFA2; }
span { border-color: rgb(94,207,162); }
td.TdClassName
{
border-color: #5ECFA2;
}
.TagClassName
{
border-color: #5ECFA2;
}
</style>