#43B48E

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

Shades of Gossamer #43B48E

Tints of Gossamer #43B48E

Color information

#43B48E (or 0x43B48E) is unknown color: approx Gossamer. HEX triplet: 43, B4 and 8E. RGB value is (67,180,142). Sum of RGB (Red+Green+Blue) = 67+180+142=389 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.22% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #43B48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43B48E is #BC4B71. Grayscale: #8D8D8D. Windows color (decimal): -12340082 or 9352259. OLE color: 9352259.

HSL color Cylindrical-coordinate representation of color #43B48E: hue angle of 159.82º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43B48E is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB67180142-
CMYK0.6300.210.29
HSL159.82º45.75%48.43%-
HSV(B)159.82º62.78%70.59%-
XYZ23.5235.7931.26-
YUV141.88128.0674.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.22%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=17.22%
G=46.27%
B=36.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal671801420.6300.210.29159.8245.7548.43
Hex43B48E3F0151Da02e30
Octal10326421677025352405660
Binary100001110110100100011101111110101011110110100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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