#5ECCA7

Color #5ECCA7 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5ECCA7

Tints of Medium Aquamarine #5ECCA7

Color information

#5ECCA7 (or 0x5ECCA7) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, CC and A7. RGB value is (94,204,167). Sum of RGB (Red+Green+Blue) = 94+204+167=465 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.22% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECCA7 is #A13358. Grayscale: #A6A6A6. Windows color (decimal): -10564441 or 10996830. OLE color: 10996830.

HSL color Cylindrical-coordinate representation of color #5ECCA7: hue angle of 159.82º 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 #5ECCA7 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB94204167-
CMYK0.5400.180.2
HSL159.82º51.89%58.43%-
HSV(B)159.82º53.92%80%-
XYZ33.1848.3644.14-
YUV166.89128.0676.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 20.22%
GREEN value IS 204 (80.08% from 255) = 43.87%
BLUE value IS 167 (65.62% from 255) = 35.91%
R=20.22%
G=43.87%
B=35.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal942041670.5400.180.2159.8251.8958.43
Hex5ECCA73601214a0343a
Octal13631424766022242406472
Binary101111011001100101001111101100100101010010100000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ECCA7; }

 p { color: rgb(94,204,167); }

 H1.HeaderClassName
 {
   color: #5ECCA7;
 }
 .AnyTagClassName
 {
   color: #5ECCA7;
 }
</style>
background-color css

<style>
 a { background-color: #5ECCA7; }

 a { background-color: rgb(94,204,167); }

 div.DivClassName
 {
   background-color: #5ECCA7;
 }
 .BgClassName
 {
   background-color: #5ECCA7;
 }
</style>
border-color css

<style>
 span { border-color: #5ECCA7; }

 span { border-color: rgb(94,204,167); }

 td.TdClassName
 {
   border-color: #5ECCA7;
 }
 .TagClassName
 {
   border-color: #5ECCA7;
 }
</style>