#4EAC82

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

Shades of Ocean Green #4EAC82

Tints of Ocean Green #4EAC82

Color information

#4EAC82 (or 0x4EAC82) is unknown color: approx Ocean Green. HEX triplet: 4E, AC and 82. RGB value is (78,172,130). Sum of RGB (Red+Green+Blue) = 78+172+130=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAC82 is #B1537D. Grayscale: #8B8B8B. Windows color (decimal): -11621246 or 8563790. OLE color: 8563790.

HSL color Cylindrical-coordinate representation of color #4EAC82: hue angle of 153.19º 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 #4EAC82 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB78172130-
CMYK0.5500.240.33
HSL153.19º37.6%49.02%-
HSV(B)153.19º54.65%67.45%-
XYZ21.9232.7426.28-
YUV139.11122.8684.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.53%
GREEN value IS 172 (67.58% from 255) = 45.26%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=20.53%
G=45.26%
B=34.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781721300.5500.240.33153.1937.649.02
Hex4EAC823701821992631
Octal11625420267030412314661
Binary1001110101011001000001011011101100010000110011001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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