#5ECA9B

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

Shades of Medium Aquamarine #5ECA9B

Tints of Medium Aquamarine #5ECA9B

Color information

#5ECA9B (or 0x5ECA9B) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, CA and 9B. RGB value is (94,202,155). Sum of RGB (Red+Green+Blue) = 94+202+155=451 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.84% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECA9B is #A13564. Grayscale: #A4A4A4. Windows color (decimal): -10564965 or 10209886. OLE color: 10209886.

HSL color Cylindrical-coordinate representation of color #5ECA9B: hue angle of 153.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ECA9B is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB94202155-
CMYK0.5300.230.21
HSL153.89º50.47%58.04%-
HSV(B)153.89º53.47%79.22%-
XYZ31.6546.9938.41-
YUV164.35122.7277.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.84%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=20.84%
G=44.79%
B=34.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal942021550.5300.230.21153.8950.4758.04
Hex5ECA9B35017159a323a
Octal13631223365027252326272
Binary101111011001010100110111101010101111010110011010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,202,155); }

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

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

 a { background-color: rgb(94,202,155); }

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

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

 span { border-color: rgb(94,202,155); }

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