#4EB486

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

Shades of Ocean Green #4EB486

Tints of Ocean Green #4EB486

Color information

#4EB486 (or 0x4EB486) is unknown color: approx Ocean Green. HEX triplet: 4E, B4 and 86. RGB value is (78,180,134). Sum of RGB (Red+Green+Blue) = 78+180+134=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EB486 is #B14B79. Grayscale: #909090. Windows color (decimal): -11619194 or 8827982. OLE color: 8827982.

HSL color Cylindrical-coordinate representation of color #4EB486: hue angle of 152.94º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB486 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB78180134-
CMYK0.5700.260.29
HSL152.94º40.48%50.59%-
HSV(B)152.94º56.67%70.59%-
XYZ23.7735.9828.25-
YUV144.26122.2180.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.90%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 134 (52.73% from 255) = 34.18%
R=19.90%
G=45.92%
B=34.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781801340.5700.260.29152.9440.4850.59
Hex4EB4863901A1D992833
Octal11626420671032352315063
Binary100111010110100100001101110010110101110110011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,180,134); }

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

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

 a { background-color: rgb(78,180,134); }

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

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

 span { border-color: rgb(78,180,134); }

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