#5ECBAA

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

Shades of Medium Aquamarine #5ECBAA

Tints of Medium Aquamarine #5ECBAA

Color information

#5ECBAA (or 0x5ECBAA) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, CB and AA. RGB value is (94,203,170). Sum of RGB (Red+Green+Blue) = 94+203+170=467 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.13% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECBAA is #A13455. Grayscale: #A6A6A6. Windows color (decimal): -10564694 or 11193182. OLE color: 11193182.

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

Color convert

RGB94203170-
CMYK0.5400.160.20
HSL161.83º51.17%58.24%-
HSV(B)161.83º53.69%79.61%-
XYZ33.2347.9945.54-
YUV166.65129.8976.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.13%
GREEN value IS 203 (79.69% from 255) = 43.47%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=20.13%
G=43.47%
B=36.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal942031700.5400.160.20161.8351.1758.24
Hex5ECBAA3601014a2333a
Octal13631325266020242426372
Binary101111011001011101010101101100100001010010100010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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