#4EAA80

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

Shades of Ocean Green #4EAA80

Tints of Ocean Green #4EAA80

Color information

#4EAA80 (or 0x4EAA80) is unknown color: approx Ocean Green. HEX triplet: 4E, AA and 80. RGB value is (78,170,128). Sum of RGB (Red+Green+Blue) = 78+170+128=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAA80 is #B1557F. Grayscale: #898989. Windows color (decimal): -11621760 or 8432206. OLE color: 8432206.

HSL color Cylindrical-coordinate representation of color #4EAA80: hue angle of 152.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAA80 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB78170128-
CMYK0.5400.250.33
HSL152.61º37.1%48.63%-
HSV(B)152.61º54.12%66.67%-
XYZ21.4131.9325.46-
YUV137.7122.5285.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.74%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=20.74%
G=45.21%
B=34.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781701280.5400.250.33152.6137.148.63
Hex4EAA803601921992531
Octal11625220066031412314561
Binary1001110101010101000000011011001100110000110011001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EAA80; }

 p { color: rgb(78,170,128); }

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

<style>
 a { background-color: #4EAA80; }

 a { background-color: rgb(78,170,128); }

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

<style>
 span { border-color: #4EAA80; }

 span { border-color: rgb(78,170,128); }

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