#3EA276

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

Shades of Ocean Green #3EA276

Tints of Ocean Green #3EA276

Color information

#3EA276 (or 0x3EA276) is unknown color: approx Ocean Green. HEX triplet: 3E, A2 and 76. RGB value is (62,162,118). Sum of RGB (Red+Green+Blue) = 62+162+118=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #3EA276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA276 is #C15D89. Grayscale: #7F7F7F. Windows color (decimal): -12672394 or 7774782. OLE color: 7774782.

HSL color Cylindrical-coordinate representation of color #3EA276: hue angle of 153.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3EA276 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB62162118-
CMYK0.6200.270.36
HSL153.6º44.64%43.92%-
HSV(B)153.6º61.73%63.53%-
XYZ18.1828.1721.62-
YUV127.08122.8781.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.13%
GREEN value IS 162 (63.67% from 255) = 47.37%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=18.13%
G=47.37%
B=34.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621621180.6200.270.36153.644.6443.92
Hex3EA2763E01B249a2d2c
Octal7624216676033442325554
Binary11111010100010111011011111001101110010010011010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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