#4EAC80

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

Shades of Ocean Green #4EAC80

Tints of Ocean Green #4EAC80

Color information

#4EAC80 (or 0x4EAC80) is unknown color: approx Ocean Green. HEX triplet: 4E, AC and 80. RGB value is (78,172,128). Sum of RGB (Red+Green+Blue) = 78+172+128=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAC80 is #B1537F. Grayscale: #8A8A8A. Windows color (decimal): -11621248 or 8432718. OLE color: 8432718.

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

Color convert

RGB78172128-
CMYK0.5500.260.33
HSL151.91º37.6%49.02%-
HSV(B)151.91º54.65%67.45%-
XYZ21.7932.6825.58-
YUV138.88121.8684.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.63%
GREEN value IS 172 (67.58% from 255) = 45.50%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=20.63%
G=45.50%
B=33.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781721280.5500.260.33151.9137.649.02
Hex4EAC803701A21982631
Octal11625420067032412304661
Binary1001110101011001000000011011101101010000110011000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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