#5EA77F

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

Shades of Ocean Green #5EA77F

Tints of Ocean Green #5EA77F

Color information

#5EA77F (or 0x5EA77F) is unknown color: approx Ocean Green. HEX triplet: 5E, A7 and 7F. RGB value is (94,167,127). Sum of RGB (Red+Green+Blue) = 94+167+127=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #5EA77F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA77F is #A15880. Grayscale: #8C8C8C. Windows color (decimal): -10573953 or 8365918. OLE color: 8365918.

HSL color Cylindrical-coordinate representation of color #5EA77F: hue angle of 147.12º 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 #5EA77F is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB94167127-
CMYK0.4400.240.35
HSL147.12º29.32%51.18%-
HSV(B)147.12º43.71%65.49%-
XYZ22.2731.5524.99-
YUV140.61120.3294.75-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.23%
GREEN value IS 167 (65.62% from 255) = 43.04%
BLUE value IS 127 (50% from 255) = 32.73%
R=24.23%
G=43.04%
B=32.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal941671270.4400.240.35147.1229.3251.18
Hex5EA77F2C01823931d33
Octal13624717754030432233563
Binary10111101010011111111111011000110001000111001001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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