#43AB6C

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

Shades of Ocean Green #43AB6C

Tints of Ocean Green #43AB6C

Color information

#43AB6C (or 0x43AB6C) is unknown color: approx Ocean Green. HEX triplet: 43, AB and 6C. RGB value is (67,171,108). Sum of RGB (Red+Green+Blue) = 67+171+108=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #43AB6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AB6C is #BC5493. Grayscale: #848484. Windows color (decimal): -12342420 or 7121731. OLE color: 7121731.

HSL color Cylindrical-coordinate representation of color #43AB6C: hue angle of 143.65º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AB6C is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB67171108-
CMYK0.6100.370.33
HSL143.65º43.7%46.67%-
HSV(B)143.65º60.82%67.06%-
XYZ19.5831.419.22-
YUV132.72114.0481.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.36%
GREEN value IS 171 (67.19% from 255) = 49.42%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=19.36%
G=49.42%
B=31.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal671711080.6100.370.33143.6543.746.67
Hex43AB6C3D02521902c2f
Octal10325315475045412205457
Binary1000011101010111101100111101010010110000110010000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,171,108); }

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

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

 a { background-color: rgb(67,171,108); }

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

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

 span { border-color: rgb(67,171,108); }

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