#5ECBAC

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

Shades of Medium Aquamarine #5ECBAC

Tints of Medium Aquamarine #5ECBAC

Color information

#5ECBAC (or 0x5ECBAC) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, CB and AC. RGB value is (94,203,172). Sum of RGB (Red+Green+Blue) = 94+203+172=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECBAC is #A13453. Grayscale: #A6A6A6. Windows color (decimal): -10564692 or 11324254. OLE color: 11324254.

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

Color convert

RGB94203172-
CMYK0.5400.150.20
HSL162.94º51.17%58.24%-
HSV(B)162.94º53.69%79.61%-
XYZ33.4248.0746.55-
YUV166.88130.8976.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.04%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=20.04%
G=43.28%
B=36.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal942031720.5400.150.20162.9451.1758.24
Hex5ECBAC360F14a3333a
Octal13631325466017242436372
Binary10111101100101110101100110110011111010010100011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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