#3EA076

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

Shades of Ocean Green #3EA076

Tints of Ocean Green #3EA076

Color information

#3EA076 (or 0x3EA076) is unknown color: approx Ocean Green. HEX triplet: 3E, A0 and 76. RGB value is (62,160,118). Sum of RGB (Red+Green+Blue) = 62+160+118=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA076 is #C15F89. Grayscale: #7D7D7D. Windows color (decimal): -12672906 or 7774270. OLE color: 7774270.

HSL color Cylindrical-coordinate representation of color #3EA076: hue angle of 154.29º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3EA076 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB62160118-
CMYK0.6100.260.37
HSL154.29º44.14%43.53%-
HSV(B)154.29º61.25%62.75%-
XYZ17.8327.4721.5-
YUV125.91123.5382.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.24%
GREEN value IS 160 (62.89% from 255) = 47.06%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=18.24%
G=47.06%
B=34.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal621601180.6100.260.37154.2944.1443.53
Hex3EA0763D01A259a2c2c
Octal7624016675032452325454
Binary11111010100000111011011110101101010010110011010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EA076; }

 p { color: rgb(62,160,118); }

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

<style>
 a { background-color: #3EA076; }

 a { background-color: rgb(62,160,118); }

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

<style>
 span { border-color: #3EA076; }

 span { border-color: rgb(62,160,118); }

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