#5EC6AE

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

Shades of Medium Aquamarine #5EC6AE

Tints of Medium Aquamarine #5EC6AE

Color information

#5EC6AE (or 0x5EC6AE) is unknown color: approx Medium Aquamarine. HEX triplet: 5E, C6 and AE. RGB value is (94,198,174). Sum of RGB (Red+Green+Blue) = 94+198+174=466 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.17% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 198 - color contains mainly: green. Hex color #5EC6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC6AE is #A13951. Grayscale: #A4A4A4. Windows color (decimal): -10565970 or 11454046. OLE color: 11454046.

HSL color Cylindrical-coordinate representation of color #5EC6AE: hue angle of 166.15º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC6AE is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB94198174-
CMYK0.5300.120.22
HSL166.15º47.71%57.25%-
HSV(B)166.15º52.53%77.65%-
XYZ32.4545.8247.18-
YUV164.17133.5477.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.17%
GREEN value IS 198 (77.73% from 255) = 42.49%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=20.17%
G=42.49%
B=37.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal941981740.5300.120.22166.1547.7157.25
Hex5EC6AE350C16a63039
Octal13630625665014262466071
Binary10111101100011010101110110101011001011010100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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