#5EAF79

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

Shades of Ocean Green #5EAF79

Tints of Ocean Green #5EAF79

Color information

#5EAF79 (or 0x5EAF79) is unknown color: approx Ocean Green. HEX triplet: 5E, AF and 79. RGB value is (94,175,121). Sum of RGB (Red+Green+Blue) = 94+175+121=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAF79 is #A15086. Grayscale: #909090. Windows color (decimal): -10571911 or 7974750. OLE color: 7974750.

HSL color Cylindrical-coordinate representation of color #5EAF79: hue angle of 140º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAF79 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB94175121-
CMYK0.4600.310.31
HSL140º33.61%52.75%-
HSV(B)140º46.29%68.63%-
XYZ23.434.4223.5-
YUV144.62114.6691.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.10%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=24.10%
G=44.87%
B=31.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941751210.4600.310.3114033.6152.75
Hex5EAF792E01F1F8c2235
Octal13625717156037372144265
Binary10111101010111111110011011100111111111110001100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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