#5ECBA6

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

Shades of Medium Aquamarine #5ECBA6

Tints of Medium Aquamarine #5ECBA6

Color information

#5ECBA6 (or 0x5ECBA6) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, CB and A6. RGB value is (94,203,166). Sum of RGB (Red+Green+Blue) = 94+203+166=463 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.30% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECBA6 is #A13459. Grayscale: #A6A6A6. Windows color (decimal): -10564698 or 10931038. OLE color: 10931038.

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

Color convert

RGB94203166-
CMYK0.5400.180.20
HSL159.63º51.17%58.24%-
HSV(B)159.63º53.69%79.61%-
XYZ32.8547.8443.58-
YUV166.19127.8976.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.30%
GREEN value IS 203 (79.69% from 255) = 43.84%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=20.30%
G=43.84%
B=35.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal942031660.5400.180.20159.6351.1758.24
Hex5ECBA63601214a0333a
Octal13631324666022242406372
Binary101111011001011101001101101100100101010010100000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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