Html Css Color HEX #439E72 Ocean Green

📋 copy color: '#439E72'

red 67 ◦ green 158 ◦ blue 114

#439E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #439E72

Tints of Ocean Green #439E72

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 value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#439E72 (or 0x439E72) is known color: 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

RGB 67 158 114 -
CMYK 0.58 0 0.28 0.38
HSL 150.99º 0.4% 0.44% -
HSV(B) 150.99º 0.58% 0.62% -
XYZ 17.58 26.86 20.18 -
YUV 125.78 121.35 86.08 -
System Red Green Blue C M Y K H S L
Decimal 67 158 114 0.58 0 0.28 0.38 150.99 0.4 0.44
Hex 43 9E 72 3A 0 1C 26 97 28 2C
Octal 103 236 162 72 0 34 46 227 50 54
Binary 1000011 10011110 1110010 111010 0 11100 100110 10010111 101000 101100

Color Harmonies of #439E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439E72

Black with #439E72

Text Example


Text Example

White with #439E72

Text Example


Text Example

HTML Codes & Css Web 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>