#3EA06F

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

Shades of Ocean Green #3EA06F

Tints of Ocean Green #3EA06F

Color information

#3EA06F (or 0x3EA06F) is unknown color: approx Ocean Green. HEX triplet: 3E, A0 and 6F. RGB value is (62,160,111). Sum of RGB (Red+Green+Blue) = 62+160+111=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA06F is #C15F90. Grayscale: #7D7D7D. Windows color (decimal): -12672913 or 7315518. OLE color: 7315518.

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

Color convert

RGB62160111-
CMYK0.6100.310.37
HSL150º44.14%43.53%-
HSV(B)150º61.25%62.75%-
XYZ17.4327.3119.39-
YUV125.11120.0382.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.62%
GREEN value IS 160 (62.89% from 255) = 48.05%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=18.62%
G=48.05%
B=33.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal621601110.6100.310.3715044.1443.53
Hex3EA06F3D01F25962c2c
Octal7624015775037452265454
Binary11111010100000110111111110101111110010110010110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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