#4EAE7B

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

Shades of Ocean Green #4EAE7B

Tints of Ocean Green #4EAE7B

Color information

#4EAE7B (or 0x4EAE7B) is unknown color: approx Ocean Green. HEX triplet: 4E, AE and 7B. RGB value is (78,174,123). Sum of RGB (Red+Green+Blue) = 78+174+123=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAE7B is #B15184. Grayscale: #8B8B8B. Windows color (decimal): -11620741 or 8105550. OLE color: 8105550.

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

Color convert

RGB78174123-
CMYK0.5500.290.32
HSL148.12º38.1%49.41%-
HSV(B)148.12º55.17%68.24%-
XYZ21.8533.3224.02-
YUV139.48118.784.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.8%
GREEN value IS 174 (68.36% from 255) = 46.4%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=20.8%
G=46.4%
B=32.8%

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
Decimal781741230.5500.290.32148.1238.149.41
Hex4EAE7B3701D20942631
Octal11625617367035402244661
Binary100111010101110111101111011101110110000010010100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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