#43A576

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

Shades of Ocean Green #43A576

Tints of Ocean Green #43A576

Color information

#43A576 (or 0x43A576) is unknown color: approx Ocean Green. HEX triplet: 43, A5 and 76. RGB value is (67,165,118). Sum of RGB (Red+Green+Blue) = 67+165+118=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #43A576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A576 is #BC5A89. Grayscale: #828282. Windows color (decimal): -12343946 or 7775555. OLE color: 7775555.

HSL color Cylindrical-coordinate representation of color #43A576: hue angle of 151.22º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A576 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB67165118-
CMYK0.5900.280.35
HSL151.22º42.24%45.49%-
HSV(B)151.22º59.39%64.71%-
XYZ19.0429.4121.81-
YUV130.34121.0382.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.14%
GREEN value IS 165 (64.84% from 255) = 47.14%
BLUE value IS 118 (46.48% from 255) = 33.71%
R=19.14%
G=47.14%
B=33.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal671651180.5900.280.35151.2242.2445.49
Hex43A5763B01C23972a2d
Octal10324516673034432275255
Binary100001110100101111011011101101110010001110010111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,165,118); }

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

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

 a { background-color: rgb(67,165,118); }

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

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

 span { border-color: rgb(67,165,118); }

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