Shades of Medium Aquamarine #5ECCA2
Tints of Medium Aquamarine #5ECCA2
RGB
CMYK
RGB Variations
Color information
#5ECCA2 (or 0x5ECCA2) is known color: Medium Aquamarine. HEX triplet: 5E, CC and A2. RGB value is (94,204,162). Sum of RGB (Red+Green+Blue) = 94+204+162=460 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.43% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECCA2 is #A1335D. Grayscale: #A6A6A6. Windows color (decimal): -10564446 or 10669150. OLE color: 10669150.
HSL color Cylindrical-coordinate representation of color #5ECCA2: hue angle of 157.09º 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 #5ECCA2 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 204 | 162 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.2 |
| HSL | 157.09º | 0.52% | 0.58% | - |
| HSV(B) | 157.09º | 0.54% | 0.8% | - |
| XYZ | 32.73 | 48.17 | 41.76 | - |
| YUV | 166.32 | 125.56 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 204 | 162 | 0.54 | 0 | 0.21 | 0.2 | 157.09 | 0.52 | 0.58 |
| Hex | 5E | CC | A2 | 36 | 0 | 15 | 14 | 9D | 34 | 3A |
| Octal | 136 | 314 | 242 | 66 | 0 | 25 | 24 | 235 | 64 | 72 |
| Binary | 1011110 | 11001100 | 10100010 | 110110 | 0 | 10101 | 10100 | 10011101 | 110100 | 111010 |
Color Harmonies of #5ECCA2
Complementary color
Monochromatic Colors of #5ECCA2
Black with #5ECCA2
Text Example
Text Example
White with #5ECCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECCA2; }
p { color: rgb(94,204,162); }
H1.HeaderClassName
{
color: #5ECCA2;
}
.AnyTagClassName
{
color: #5ECCA2;
}
</style>
background-color css
<style>
a { background-color: #5ECCA2; }
a { background-color: rgb(94,204,162); }
div.DivClassName
{
background-color: #5ECCA2;
}
.BgClassName
{
background-color: #5ECCA2;
}
</style>
border-color css
<style>
span { border-color: #5ECCA2; }
span { border-color: rgb(94,204,162); }
td.TdClassName
{
border-color: #5ECCA2;
}
.TagClassName
{
border-color: #5ECCA2;
}
</style>