#5EAA79

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

Shades of Ocean Green #5EAA79

Tints of Ocean Green #5EAA79

Color information

#5EAA79 (or 0x5EAA79) is unknown color: approx Ocean Green. HEX triplet: 5E, AA and 79. RGB value is (94,170,121). Sum of RGB (Red+Green+Blue) = 94+170+121=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA79 is #A15586. Grayscale: #8D8D8D. Windows color (decimal): -10573191 or 7973470. OLE color: 7973470.

HSL color Cylindrical-coordinate representation of color #5EAA79: hue angle of 141.32º 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 #5EAA79 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB94170121-
CMYK0.4500.290.33
HSL141.32º30.89%51.76%-
HSV(B)141.32º44.71%66.67%-
XYZ22.4432.5123.18-
YUV141.69116.3293.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.42%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=24.42%
G=44.16%
B=31.43%

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
Decimal941701210.4500.290.33141.3230.8951.76
Hex5EAA792D01D218d1f34
Octal13625217155035412153764
Binary10111101010101011110011011010111011000011000110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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