#4EB172

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

Shades of Ocean Green #4EB172

Tints of Ocean Green #4EB172

Color information

#4EB172 (or 0x4EB172) is unknown color: approx Ocean Green. HEX triplet: 4E, B1 and 72. RGB value is (78,177,114). Sum of RGB (Red+Green+Blue) = 78+177+114=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #4EB172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB172 is #B14E8D. Grayscale: #8C8C8C. Windows color (decimal): -11619982 or 7516494. OLE color: 7516494.

HSL color Cylindrical-coordinate representation of color #4EB172: hue angle of 141.82º 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 #4EB172 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB78177114-
CMYK0.5600.360.31
HSL141.82º38.82%50%-
HSV(B)141.82º55.93%69.41%-
XYZ21.934.2821.38-
YUV140.22113.283.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.14%
GREEN value IS 177 (69.53% from 255) = 47.97%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=21.14%
G=47.97%
B=30.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781771140.5600.360.31141.8238.8250
Hex4EB172380241F8e2732
Octal11626116270044372164762
Binary100111010110001111001011100001001001111110001110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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