#4EAE7C

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

Shades of Ocean Green #4EAE7C

Tints of Ocean Green #4EAE7C

Color information

#4EAE7C (or 0x4EAE7C) is unknown color: approx Ocean Green. HEX triplet: 4E, AE and 7C. RGB value is (78,174,124). Sum of RGB (Red+Green+Blue) = 78+174+124=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAE7C is #B15183. Grayscale: #8B8B8B. Windows color (decimal): -11620740 or 8171086. OLE color: 8171086.

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

Color convert

RGB78174124-
CMYK0.5500.290.32
HSL148.75º38.1%49.41%-
HSV(B)148.75º55.17%68.24%-
XYZ21.9233.3524.35-
YUV139.6119.284.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.74%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=20.74%
G=46.28%
B=32.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781741240.5500.290.32148.7538.149.41
Hex4EAE7C3701D20952631
Octal11625617467035402254661
Binary100111010101110111110011011101110110000010010101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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