#439E72

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

Shades of Ocean Green #439E72

Tints of Ocean Green #439E72

Color information

#439E72 (or 0x439E72) is unknown color: approx Ocean Green. HEX triplet: 43, 9E and 72. RGB value is (67,158,114). Sum of RGB (Red+Green+Blue) = 67+158+114=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #439E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439E72 is #BC618D. Grayscale: #7D7D7D. Windows color (decimal): -12345742 or 7511619. OLE color: 7511619.

HSL color Cylindrical-coordinate representation of color #439E72: hue angle of 150.99º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #439E72 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB67158114-
CMYK0.5800.280.38
HSL150.99º40.44%44.12%-
HSV(B)150.99º57.59%61.96%-
XYZ17.5826.8620.18-
YUV125.78121.3586.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.76%
GREEN value IS 158 (62.11% from 255) = 46.61%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=19.76%
G=46.61%
B=33.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671581140.5800.280.38150.9940.4444.12
Hex439E723A01C2697282c
Octal10323616272034462275054
Binary100001110011110111001011101001110010011010010111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439E72; }

 p { color: rgb(67,158,114); }

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

<style>
 a { background-color: #439E72; }

 a { background-color: rgb(67,158,114); }

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

<style>
 span { border-color: #439E72; }

 span { border-color: rgb(67,158,114); }

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