#4EA17C

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

Shades of Ocean Green #4EA17C

Tints of Ocean Green #4EA17C

Color information

#4EA17C (or 0x4EA17C) is unknown color: approx Ocean Green. HEX triplet: 4E, A1 and 7C. RGB value is (78,161,124). Sum of RGB (Red+Green+Blue) = 78+161+124=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA17C is #B15E83. Grayscale: #848484. Windows color (decimal): -11624068 or 8167758. OLE color: 8167758.

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

Color convert

RGB78161124-
CMYK0.5200.230.37
HSL153.25º34.73%46.86%-
HSV(B)153.25º51.55%63.14%-
XYZ19.5228.5623.55-
YUV131.96123.589.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.49%
GREEN value IS 161 (63.28% from 255) = 44.35%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=21.49%
G=44.35%
B=34.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal781611240.5200.230.37153.2534.7346.86
Hex4EA17C340172599232f
Octal11624117464027452314357
Binary100111010100001111110011010001011110010110011001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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