#4EB175

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

Shades of Ocean Green #4EB175

Tints of Ocean Green #4EB175

Color information

#4EB175 (or 0x4EB175) is unknown color: approx Ocean Green. HEX triplet: 4E, B1 and 75. RGB value is (78,177,117). Sum of RGB (Red+Green+Blue) = 78+177+117=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #4EB175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB175 is #B14E8A. Grayscale: #8C8C8C. Windows color (decimal): -11619979 or 7713102. OLE color: 7713102.

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

Color convert

RGB78177117-
CMYK0.5600.340.31
HSL143.64º38.82%50%-
HSV(B)143.64º55.93%69.41%-
XYZ22.0734.3522.3-
YUV140.56114.783.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.97%
GREEN value IS 177 (69.53% from 255) = 47.58%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=20.97%
G=47.58%
B=31.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781771170.5600.340.31143.6438.8250
Hex4EB175380221F902732
Octal11626116570042372204762
Binary100111010110001111010111100001000101111110010000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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