#43AD8C

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

Shades of Gossamer #43AD8C

Tints of Gossamer #43AD8C

Color information

#43AD8C (or 0x43AD8C) is unknown color: approx Gossamer. HEX triplet: 43, AD and 8C. RGB value is (67,173,140). Sum of RGB (Red+Green+Blue) = 67+173+140=380 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.63% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #43AD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AD8C is #BC5273. Grayscale: #898989. Windows color (decimal): -12341876 or 9219395. OLE color: 9219395.

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

Color convert

RGB67173140-
CMYK0.6100.190.32
HSL161.32º44.17%47.06%-
HSV(B)161.32º61.27%67.84%-
XYZ21.9932.9730.02-
YUV137.54129.3877.68-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.63%
GREEN value IS 173 (67.97% from 255) = 45.53%
BLUE value IS 140 (55.08% from 255) = 36.84%
R=17.63%
G=45.53%
B=36.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal671731400.6100.190.32161.3244.1747.06
Hex43AD8C3D01320a12c2f
Octal10325521475023402415457
Binary1000011101011011000110011110101001110000010100001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43AD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,173,140); }

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

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

 a { background-color: rgb(67,173,140); }

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

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

 span { border-color: rgb(67,173,140); }

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