#4EAB75

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

Shades of Ocean Green #4EAB75

Tints of Ocean Green #4EAB75

Color information

#4EAB75 (or 0x4EAB75) is unknown color: approx Ocean Green. HEX triplet: 4E, AB and 75. RGB value is (78,171,117). Sum of RGB (Red+Green+Blue) = 78+171+117=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #4EAB75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAB75 is #B1548A. Grayscale: #898989. Windows color (decimal): -11621515 or 7711566. OLE color: 7711566.

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

Color convert

RGB78171117-
CMYK0.5400.320.33
HSL145.16º37.35%48.82%-
HSV(B)145.16º54.39%67.06%-
XYZ20.9232.0321.91-
YUV137.04116.6985.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.31%
GREEN value IS 171 (67.19% from 255) = 46.72%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=21.31%
G=46.72%
B=31.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781711170.5400.320.33145.1637.3548.82
Hex4EAB753602021912531
Octal11625316566040412214561
Binary1001110101010111110101110110010000010000110010001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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