#43A468

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

Shades of Ocean Green #43A468

Tints of Ocean Green #43A468

Color information

#43A468 (or 0x43A468) is unknown color: approx Ocean Green. HEX triplet: 43, A4 and 68. RGB value is (67,164,104). Sum of RGB (Red+Green+Blue) = 67+164+104=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #43A468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A468 is #BC5B97. Grayscale: #808080. Windows color (decimal): -12344216 or 6857795. OLE color: 6857795.

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

Color convert

RGB67164104-
CMYK0.5900.370.36
HSL142.89º41.99%45.29%-
HSV(B)142.89º59.15%64.31%-
XYZ18.0928.7417.69-
YUV128.16114.3684.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20%
GREEN value IS 164 (64.45% from 255) = 48.96%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=20%
G=48.96%
B=31.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal671641040.5900.370.36142.8941.9945.29
Hex43A4683B025248f2a2d
Octal10324415073045442175255
Binary1000011101001001101000111011010010110010010001111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,164,104); }

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

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

 a { background-color: rgb(67,164,104); }

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

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

 span { border-color: rgb(67,164,104); }

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