#4EAE83

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

Shades of Ocean Green #4EAE83

Tints of Ocean Green #4EAE83

Color information

#4EAE83 (or 0x4EAE83) is unknown color: approx Ocean Green. HEX triplet: 4E, AE and 83. RGB value is (78,174,131). Sum of RGB (Red+Green+Blue) = 78+174+131=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAE83 is #B1517C. Grayscale: #8C8C8C. Windows color (decimal): -11620733 or 8629838. OLE color: 8629838.

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

Color convert

RGB78174131-
CMYK0.5500.250.32
HSL153.12º38.1%49.41%-
HSV(B)153.12º55.17%68.24%-
XYZ22.3733.5326.77-
YUV140.39122.783.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.37%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=20.37%
G=45.43%
B=34.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781741310.5500.250.32153.1238.149.41
Hex4EAE833701920992631
Octal11625620367031402314661
Binary1001110101011101000001111011101100110000010011001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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