#5EA77C

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

Shades of Ocean Green #5EA77C

Tints of Ocean Green #5EA77C

Color information

#5EA77C (or 0x5EA77C) is unknown color: approx Ocean Green. HEX triplet: 5E, A7 and 7C. RGB value is (94,167,124). Sum of RGB (Red+Green+Blue) = 94+167+124=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #5EA77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA77C is #A15883. Grayscale: #8C8C8C. Windows color (decimal): -10573956 or 8169310. OLE color: 8169310.

HSL color Cylindrical-coordinate representation of color #5EA77C: hue angle of 144.66º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5EA77C is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB94167124-
CMYK0.4400.260.35
HSL144.66º29.32%51.18%-
HSV(B)144.66º43.71%65.49%-
XYZ22.0731.4723.98-
YUV140.27118.8295-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.42%
GREEN value IS 167 (65.62% from 255) = 43.38%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=24.42%
G=43.38%
B=32.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal941671240.4400.260.35144.6629.3251.18
Hex5EA77C2C01A23911d33
Octal13624717454032432213563
Binary10111101010011111111001011000110101000111001000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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