#4EA172

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

Shades of Ocean Green #4EA172

Tints of Ocean Green #4EA172

Color information

#4EA172 (or 0x4EA172) is unknown color: approx Ocean Green. HEX triplet: 4E, A1 and 72. RGB value is (78,161,114). Sum of RGB (Red+Green+Blue) = 78+161+114=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA172 is #B15E8D. Grayscale: #828282. Windows color (decimal): -11624078 or 7512398. OLE color: 7512398.

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

Color convert

RGB78161114-
CMYK0.5200.290.37
HSL146.02º34.73%46.86%-
HSV(B)146.02º51.55%63.14%-
XYZ18.9228.3220.39-
YUV130.82118.590.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.10%
GREEN value IS 161 (63.28% from 255) = 45.61%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=22.10%
G=45.61%
B=32.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal781611140.5200.290.37146.0234.7346.86
Hex4EA1723401D2592232f
Octal11624116264035452224357
Binary100111010100001111001011010001110110010110010010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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