#5EA778

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

Shades of Ocean Green #5EA778

Tints of Ocean Green #5EA778

Color information

#5EA778 (or 0x5EA778) is unknown color: approx Ocean Green. HEX triplet: 5E, A7 and 78. RGB value is (94,167,120). Sum of RGB (Red+Green+Blue) = 94+167+120=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #5EA778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA778 is #A15887. Grayscale: #8B8B8B. Windows color (decimal): -10573960 or 7907166. OLE color: 7907166.

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

Color convert

RGB94167120-
CMYK0.4400.280.35
HSL141.37º29.32%51.18%-
HSV(B)141.37º43.71%65.49%-
XYZ21.8231.3722.67-
YUV139.82116.8295.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.67%
GREEN value IS 167 (65.62% from 255) = 43.83%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=24.67%
G=43.83%
B=31.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal941671200.4400.280.35141.3729.3251.18
Hex5EA7782C01C238d1d33
Octal13624717054034432153563
Binary10111101010011111110001011000111001000111000110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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