Html Css Color HEX #439970 Ocean Green

📋 copy color: '#439970'

red 67 ◦ green 153 ◦ blue 112

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

Shades of Ocean Green #439970

Tints of Ocean Green #439970

RGB

 RED value IS 67 (26.56% from 255) = 20.18%

 GREEN value IS 153 (60.16% from 255) = 46.08%

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 20.18%
G = 46.08%
B = 33.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#439970 (or 0x439970) is known color: Ocean Green. HEX triplet: 43, 99 and 70. RGB value is (67,153,112). Sum of RGB (Red+Green+Blue) = 67+153+112=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #439970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439970 is #BC668F. Grayscale: #7A7A7A. Windows color (decimal): -12347024 or 7379267. OLE color: 7379267.

HSL color Cylindrical-coordinate representation of color #439970: hue angle of 151.4º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #439970 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 67 153 112 -
CMYK 0.56 0 0.27 0.4
HSL 151.4º 0.39% 0.43% -
HSV(B) 151.4º 0.56% 0.6% -
XYZ 16.63 25.15 19.31 -
YUV 122.61 122.01 88.33 -
System Red Green Blue C M Y K H S L
Decimal 67 153 112 0.56 0 0.27 0.4 151.4 0.39 0.43
Hex 43 99 70 38 0 1B 28 97 27 2B
Octal 103 231 160 70 0 33 50 227 47 53
Binary 1000011 10011001 1110000 111000 0 11011 101000 10010111 100111 101011

Color Harmonies of #439970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439970

Black with #439970

Text Example


Text Example

White with #439970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439970; }

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

 H1.HeaderClassName
 {
   color: #439970;
 }
 .AnyTagClassName
 {
   color: #439970;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #439970;
 }
 .BgClassName
 {
   background-color: #439970;
 }
</style>

border-color css

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

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

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