#4EA174

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

Shades of Ocean Green #4EA174

Tints of Ocean Green #4EA174

Color information

#4EA174 (or 0x4EA174) is unknown color: approx Ocean Green. HEX triplet: 4E, A1 and 74. RGB value is (78,161,116). Sum of RGB (Red+Green+Blue) = 78+161+116=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA174 is #B15E8B. Grayscale: #838383. Windows color (decimal): -11624076 or 7643470. OLE color: 7643470.

HSL color Cylindrical-coordinate representation of color #4EA174: hue angle of 147.47º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA174 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB78161116-
CMYK0.5200.280.37
HSL147.47º34.73%46.86%-
HSV(B)147.47º51.55%63.14%-
XYZ19.0428.3721-
YUV131.05119.590.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.97%
GREEN value IS 161 (63.28% from 255) = 45.35%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=21.97%
G=45.35%
B=32.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal781611160.5200.280.37147.4734.7346.86
Hex4EA1743401C2593232f
Octal11624116464034452234357
Binary100111010100001111010011010001110010010110010011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,161,116); }

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

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

 a { background-color: rgb(78,161,116); }

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

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

 span { border-color: rgb(78,161,116); }

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