#439E70

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

Shades of Ocean Green #439E70

Tints of Ocean Green #439E70

Color information

#439E70 (or 0x439E70) is unknown color: approx Ocean Green. HEX triplet: 43, 9E and 70. RGB value is (67,158,112). Sum of RGB (Red+Green+Blue) = 67+158+112=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #439E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439E70 is #BC618F. Grayscale: #7D7D7D. Windows color (decimal): -12345744 or 7380547. OLE color: 7380547.

HSL color Cylindrical-coordinate representation of color #439E70: hue angle of 149.67º 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 #439E70 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB67158112-
CMYK0.5800.290.38
HSL149.67º40.44%44.12%-
HSV(B)149.67º57.59%61.96%-
XYZ17.4726.8219.58-
YUV125.55120.3586.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.88%
GREEN value IS 158 (62.11% from 255) = 46.88%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=19.88%
G=46.88%
B=33.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671581120.5800.290.38149.6740.4444.12
Hex439E703A01D2696282c
Octal10323616072035462265054
Binary100001110011110111000011101001110110011010010110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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