#43AC8E

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

Shades of Gossamer #43AC8E

Tints of Gossamer #43AC8E

Color information

#43AC8E (or 0x43AC8E) is unknown color: approx Gossamer. HEX triplet: 43, AC and 8E. RGB value is (67,172,142). Sum of RGB (Red+Green+Blue) = 67+172+142=381 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.59% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #43AC8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AC8E is #BC5371. Grayscale: #898989. Windows color (decimal): -12342130 or 9350211. OLE color: 9350211.

HSL color Cylindrical-coordinate representation of color #43AC8E: hue angle of 162.86º 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 #43AC8E is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB67172142-
CMYK0.6100.170.33
HSL162.86º43.93%46.86%-
HSV(B)162.86º61.05%67.45%-
XYZ21.9532.6530.74-
YUV137.18130.7177.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.59%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=17.59%
G=45.14%
B=37.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal671721420.6100.170.33162.8643.9346.86
Hex43AC8E3D01121a32c2f
Octal10325421675021412435457
Binary1000011101011001000111011110101000110000110100011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,172,142); }

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

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

 a { background-color: rgb(67,172,142); }

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

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

 span { border-color: rgb(67,172,142); }

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