#4eab7c

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

Shades of Ocean Green #4EAB7C

Tints of Ocean Green #4EAB7C

Color information

#4EAB7C (or 0x4EAB7C) is unknown color: approx Ocean Green. HEX triplet: 4E, AB and 7C. RGB value is (78,171,124). Sum of RGB (Red+Green+Blue) = 78+171+124=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #4EAB7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAB7C is #B15483. Grayscale: #898989. Windows color (decimal): -11621508 or 8170318. OLE color: 8170318.

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

Color convert

RGB78171124-
CMYK0.5400.270.33
HSL149.68º37.35%48.82%-
HSV(B)149.68º54.39%67.06%-
XYZ21.3432.224.16-
YUV137.84120.1985.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.91%
GREEN value IS 171 (67.19% from 255) = 45.84%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=20.91%
G=45.84%
B=33.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781711240.5400.270.33149.6837.3548.82
Hex4EAB7C3601B21962531
Octal11625317466033412264561
Binary100111010101011111110011011001101110000110010110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4eab7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,171,124); }

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

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

 a { background-color: rgb(78,171,124); }

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

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

 span { border-color: rgb(78,171,124); }

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