Html Css Color HEX #43A079 Ocean Green

📋 copy color: '#43A079'

red 67 ◦ green 160 ◦ blue 121

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

Shades of Ocean Green #43A079

Tints of Ocean Green #43A079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.98%

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 19.25%
G = 45.98%
B = 34.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#43A079 (or 0x43A079) is known color: Ocean Green. HEX triplet: 43, A0 and 79. RGB value is (67,160,121). Sum of RGB (Red+Green+Blue) = 67+160+121=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #43A079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A079 is #BC5F86. Grayscale: #7F7F7F. Windows color (decimal): -12345223 or 7970883. OLE color: 7970883.

HSL color Cylindrical-coordinate representation of color #43A079: hue angle of 154.84º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43A079 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 67 160 121 -
CMYK 0.58 0 0.24 0.37
HSL 154.84º 0.41% 0.45% -
HSV(B) 154.84º 0.58% 0.63% -
XYZ 18.34 27.72 22.47 -
YUV 127.75 124.19 84.67 -
System Red Green Blue C M Y K H S L
Decimal 67 160 121 0.58 0 0.24 0.37 154.84 0.41 0.45
Hex 43 A0 79 3A 0 18 25 9B 29 2D
Octal 103 240 171 72 0 30 45 233 51 55
Binary 1000011 10100000 1111001 111010 0 11000 100101 10011011 101001 101101

Color Harmonies of #43A079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43A079

Black with #43A079

Text Example


Text Example

White with #43A079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43A079; }

 p { color: rgb(67,160,121); }

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

background-color css

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

 a { background-color: rgb(67,160,121); }

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

border-color css

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

 span { border-color: rgb(67,160,121); }

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