#3EA270

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

Shades of Ocean Green #3EA270

Tints of Ocean Green #3EA270

Color information

#3EA270 (or 0x3EA270) is unknown color: approx Ocean Green. HEX triplet: 3E, A2 and 70. RGB value is (62,162,112). Sum of RGB (Red+Green+Blue) = 62+162+112=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #3EA270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA270 is #C15D8F. Grayscale: #7E7E7E. Windows color (decimal): -12672400 or 7381566. OLE color: 7381566.

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

Color convert

RGB62162112-
CMYK0.6200.310.36
HSL150º44.64%43.92%-
HSV(B)150º61.73%63.53%-
XYZ17.8328.0319.8-
YUV126.4119.8782.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.45%
GREEN value IS 162 (63.67% from 255) = 48.21%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=18.45%
G=48.21%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621621120.6200.310.3615044.6443.92
Hex3EA2703E01F24962d2c
Octal7624216076037442265554
Binary11111010100010111000011111001111110010010010110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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