#5ECDB2

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

Shades of Medium Aquamarine #5ECDB2

Tints of Medium Aquamarine #5ECDB2

Color information

#5ECDB2 (or 0x5ECDB2) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, CD and B2. RGB value is (94,205,178). Sum of RGB (Red+Green+Blue) = 94+205+178=477 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.71% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECDB2 is #A1324D. Grayscale: #A8A8A8. Windows color (decimal): -10564174 or 11717982. OLE color: 11717982.

HSL color Cylindrical-coordinate representation of color #5ECDB2: hue angle of 165.41º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECDB2 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB94205178-
CMYK0.5400.130.20
HSL165.41º52.61%58.63%-
HSV(B)165.41º54.15%80.39%-
XYZ34.4849.2649.81-
YUV168.73133.2374.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.71%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=19.71%
G=42.98%
B=37.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal942051780.5400.130.20165.4152.6158.63
Hex5ECDB2360D14a5353b
Octal13631526266015242456573
Binary10111101100110110110010110110011011010010100101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,205,178); }

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

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

 a { background-color: rgb(94,205,178); }

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

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

 span { border-color: rgb(94,205,178); }

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