#3EA075

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

Shades of Ocean Green #3EA075

Tints of Ocean Green #3EA075

Color information

#3EA075 (or 0x3EA075) is unknown color: approx Ocean Green. HEX triplet: 3E, A0 and 75. RGB value is (62,160,117). Sum of RGB (Red+Green+Blue) = 62+160+117=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA075 is #C15F8A. Grayscale: #7D7D7D. Windows color (decimal): -12672907 or 7708734. OLE color: 7708734.

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

Color convert

RGB62160117-
CMYK0.6100.270.37
HSL153.67º44.14%43.53%-
HSV(B)153.67º61.25%62.75%-
XYZ17.7727.4521.19-
YUV125.8123.0382.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.29%
GREEN value IS 160 (62.89% from 255) = 47.20%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=18.29%
G=47.20%
B=34.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal621601170.6100.270.37153.6744.1443.53
Hex3EA0753D01B259a2c2c
Octal7624016575033452325454
Binary11111010100000111010111110101101110010110011010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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