#43A67C

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

Shades of Ocean Green #43A67C

Tints of Ocean Green #43A67C

Color information

#43A67C (or 0x43A67C) is unknown color: approx Ocean Green. HEX triplet: 43, A6 and 7C. RGB value is (67,166,124). Sum of RGB (Red+Green+Blue) = 67+166+124=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #43A67C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A67C is #BC5983. Grayscale: #838383. Windows color (decimal): -12343684 or 8169027. OLE color: 8169027.

HSL color Cylindrical-coordinate representation of color #43A67C: hue angle of 154.55º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43A67C is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB67166124-
CMYK0.6000.250.35
HSL154.55º42.49%45.69%-
HSV(B)154.55º59.64%65.1%-
XYZ19.5929.9223.81-
YUV131.61123.781.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.77%
GREEN value IS 166 (65.23% from 255) = 46.50%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=18.77%
G=46.50%
B=34.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal671661240.6000.250.35154.5542.4945.69
Hex43A67C3C019239b2a2e
Octal10324617474031432335256
Binary100001110100110111110011110001100110001110011011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,166,124); }

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

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

 a { background-color: rgb(67,166,124); }

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

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

 span { border-color: rgb(67,166,124); }

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