#43AB8F

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

Shades of Gossamer #43AB8F

Tints of Gossamer #43AB8F

Color information

#43AB8F (or 0x43AB8F) is unknown color: approx Gossamer. HEX triplet: 43, AB and 8F. RGB value is (67,171,143). Sum of RGB (Red+Green+Blue) = 67+171+143=381 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.59% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #43AB8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AB8F is #BC5470. Grayscale: #888888. Windows color (decimal): -12342385 or 9415491. OLE color: 9415491.

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

Color convert

RGB67171143-
CMYK0.6100.160.33
HSL163.85º43.7%46.67%-
HSV(B)163.85º60.82%67.06%-
XYZ21.8432.331.07-
YUV136.71131.5478.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.59%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 143 (56.25% from 255) = 37.53%
R=17.59%
G=44.88%
B=37.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal671711430.6100.160.33163.8543.746.67
Hex43AB8F3D01021a42c2f
Octal10325321775020412445457
Binary1000011101010111000111111110101000010000110100100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43AB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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