#439E6C

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

Shades of Ocean Green #439E6C

Tints of Ocean Green #439E6C

Color information

#439E6C (or 0x439E6C) is unknown color: approx Ocean Green. HEX triplet: 43, 9E and 6C. RGB value is (67,158,108). Sum of RGB (Red+Green+Blue) = 67+158+108=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 158 - color contains mainly: green. Hex color #439E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439E6C is #BC6193. Grayscale: #7D7D7D. Windows color (decimal): -12345748 or 7118403. OLE color: 7118403.

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

Color convert

RGB67158108-
CMYK0.5800.320.38
HSL147.03º40.44%44.12%-
HSV(B)147.03º57.59%61.96%-
XYZ17.2526.7318.44-
YUV125.09118.3586.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.12%
GREEN value IS 158 (62.11% from 255) = 47.45%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=20.12%
G=47.45%
B=32.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671581080.5800.320.38147.0340.4444.12
Hex439E6C3A0202693282c
Octal10323615472040462235054
Binary1000011100111101101100111010010000010011010010011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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