#5EA579

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

Shades of Ocean Green #5EA579

Tints of Ocean Green #5EA579

Color information

#5EA579 (or 0x5EA579) is unknown color: approx Ocean Green. HEX triplet: 5E, A5 and 79. RGB value is (94,165,121). Sum of RGB (Red+Green+Blue) = 94+165+121=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA579 is #A15A86. Grayscale: #8A8A8A. Windows color (decimal): -10574471 or 7972190. OLE color: 7972190.

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

Color convert

RGB94165121-
CMYK0.4300.270.35
HSL142.82º28.29%50.78%-
HSV(B)142.82º43.03%64.71%-
XYZ21.5230.6722.87-
YUV138.76117.9896.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.74%
GREEN value IS 165 (64.84% from 255) = 43.42%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=24.74%
G=43.42%
B=31.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal941651210.4300.270.35142.8228.2950.78
Hex5EA5792B01B238f1c33
Octal13624517153033432173463
Binary10111101010010111110011010110110111000111000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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