#4EB182

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

Shades of Ocean Green #4EB182

Tints of Ocean Green #4EB182

Color information

#4EB182 (or 0x4EB182) is unknown color: approx Ocean Green. HEX triplet: 4E, B1 and 82. RGB value is (78,177,130). Sum of RGB (Red+Green+Blue) = 78+177+130=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #4EB182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EB182 is #B14E7D. Grayscale: #8E8E8E. Windows color (decimal): -11619966 or 8565070. OLE color: 8565070.

HSL color Cylindrical-coordinate representation of color #4EB182: hue angle of 151.52º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB182 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB78177130-
CMYK0.5600.270.31
HSL151.52º38.82%50%-
HSV(B)151.52º55.93%69.41%-
XYZ22.8934.6826.61-
YUV142.04121.282.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.26%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=20.26%
G=45.97%
B=33.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781771300.5600.270.31151.5238.8250
Hex4EB1823801B1F982732
Octal11626120270033372304762
Binary100111010110001100000101110000110111111110011000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,177,130); }

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

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

 a { background-color: rgb(78,177,130); }

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

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

 span { border-color: rgb(78,177,130); }

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