#43A067

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

Shades of Ocean Green #43A067

Tints of Ocean Green #43A067

Color information

#43A067 (or 0x43A067) is unknown color: approx Ocean Green. HEX triplet: 43, A0 and 67. RGB value is (67,160,103). Sum of RGB (Red+Green+Blue) = 67+160+103=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 160 - color contains mainly: green. Hex color #43A067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A067 is #BC5F98. Grayscale: #7D7D7D. Windows color (decimal): -12345241 or 6791235. OLE color: 6791235.

HSL color Cylindrical-coordinate representation of color #43A067: hue angle of 143.23º 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 #43A067 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB67160103-
CMYK0.5800.360.37
HSL143.23º40.97%44.51%-
HSV(B)143.23º58.13%62.75%-
XYZ17.3327.3117.19-
YUV125.7115.1986.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.30%
GREEN value IS 160 (62.89% from 255) = 48.48%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=20.30%
G=48.48%
B=31.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal671601030.5800.360.37143.2340.9744.51
Hex43A0673A024258f292d
Octal10324014772044452175155
Binary1000011101000001100111111010010010010010110001111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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