#4EB170

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

Shades of Ocean Green #4EB170

Tints of Ocean Green #4EB170

Color information

#4EB170 (or 0x4EB170) is unknown color: approx Ocean Green. HEX triplet: 4E, B1 and 70. RGB value is (78,177,112). Sum of RGB (Red+Green+Blue) = 78+177+112=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #4EB170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB170 is #B14E8F. Grayscale: #8C8C8C. Windows color (decimal): -11619984 or 7385422. OLE color: 7385422.

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

Color convert

RGB78177112-
CMYK0.5600.370.31
HSL140.61º38.82%50%-
HSV(B)140.61º55.93%69.41%-
XYZ21.7934.2320.79-
YUV139.99112.283.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.25%
GREEN value IS 177 (69.53% from 255) = 48.23%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=21.25%
G=48.23%
B=30.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781771120.5600.370.31140.6138.8250
Hex4EB170380251F8d2732
Octal11626116070045372154762
Binary100111010110001111000011100001001011111110001101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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