#5EAB79

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

Shades of Ocean Green #5EAB79

Tints of Ocean Green #5EAB79

Color information

#5EAB79 (or 0x5EAB79) is unknown color: approx Ocean Green. HEX triplet: 5E, AB and 79. RGB value is (94,171,121). Sum of RGB (Red+Green+Blue) = 94+171+121=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAB79 is #A15486. Grayscale: #8E8E8E. Windows color (decimal): -10572935 or 7973726. OLE color: 7973726.

HSL color Cylindrical-coordinate representation of color #5EAB79: hue angle of 141.04º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAB79 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB94171121-
CMYK0.4500.290.33
HSL141.04º31.43%51.96%-
HSV(B)141.04º45.03%67.06%-
XYZ22.6332.8923.24-
YUV142.28115.9993.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.35%
GREEN value IS 171 (67.19% from 255) = 44.30%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=24.35%
G=44.30%
B=31.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941711210.4500.290.33141.0431.4351.96
Hex5EAB792D01D218d1f34
Octal13625317155035412153764
Binary10111101010101111110011011010111011000011000110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,171,121); }

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

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

 a { background-color: rgb(94,171,121); }

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

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

 span { border-color: rgb(94,171,121); }

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