#5ECBAE

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

Shades of Medium Aquamarine #5ECBAE

Tints of Medium Aquamarine #5ECBAE

Color information

#5ECBAE (or 0x5ECBAE) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, CB and AE. RGB value is (94,203,174). Sum of RGB (Red+Green+Blue) = 94+203+174=471 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.96% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECBAE is #A13451. Grayscale: #A7A7A7. Windows color (decimal): -10564690 or 11455326. OLE color: 11455326.

HSL color Cylindrical-coordinate representation of color #5ECBAE: hue angle of 164.04º degrees, saturation: 0.51, 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 #5ECBAE is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB94203174-
CMYK0.5400.140.20
HSL164.04º51.17%58.24%-
HSV(B)164.04º53.69%79.61%-
XYZ33.6148.1547.57-
YUV167.1131.8975.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.96%
GREEN value IS 203 (79.69% from 255) = 43.10%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=19.96%
G=43.10%
B=36.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal942031740.5400.140.20164.0451.1758.24
Hex5ECBAE360E14a4333a
Octal13631325666016242446372
Binary10111101100101110101110110110011101010010100100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,203,174); }

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

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

 a { background-color: rgb(94,203,174); }

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

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

 span { border-color: rgb(94,203,174); }

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