#5EBA7C

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

Shades of Emerald #5EBA7C

Tints of Emerald #5EBA7C

Color information

#5EBA7C (or 0x5EBA7C) is unknown color: approx Emerald. HEX triplet: 5E, BA and 7C. RGB value is (94,186,124). Sum of RGB (Red+Green+Blue) = 94+186+124=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBA7C is #A14583. Grayscale: #979797. Windows color (decimal): -10569092 or 8174174. OLE color: 8174174.

HSL color Cylindrical-coordinate representation of color #5EBA7C: hue angle of 139.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EBA7C is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB94186124-
CMYK0.4900.330.27
HSL139.57º40%54.9%-
HSV(B)139.57º49.46%72.94%-
XYZ25.8138.9525.23-
YUV151.42112.5287.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.27%
GREEN value IS 186 (73.05% from 255) = 46.04%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=23.27%
G=46.04%
B=30.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941861240.4900.330.27139.574054.9
Hex5EBA7C310211B8c2837
Octal13627217461041332145067
Binary101111010111010111110011000101000011101110001100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,186,124); }

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

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

 a { background-color: rgb(94,186,124); }

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

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

 span { border-color: rgb(94,186,124); }

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