#43A07B

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

Shades of Gossamer #43A07B

Tints of Gossamer #43A07B

Color information

#43A07B (or 0x43A07B) is unknown color: approx Gossamer. HEX triplet: 43, A0 and 7B. RGB value is (67,160,123). Sum of RGB (Red+Green+Blue) = 67+160+123=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #43A07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A07B is #BC5F84. Grayscale: #808080. Windows color (decimal): -12345221 or 8101955. OLE color: 8101955.

HSL color Cylindrical-coordinate representation of color #43A07B: hue angle of 156.13º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43A07B is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB67160123-
CMYK0.5800.230.37
HSL156.13º40.97%44.51%-
HSV(B)156.13º58.13%62.75%-
XYZ18.4627.7623.13-
YUV127.98125.1984.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.14%
GREEN value IS 160 (62.89% from 255) = 45.71%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=19.14%
G=45.71%
B=35.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal671601230.5800.230.37156.1340.9744.51
Hex43A07B3A017259c292d
Octal10324017372027452345155
Binary100001110100000111101111101001011110010110011100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,160,123); }

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

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

 a { background-color: rgb(67,160,123); }

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

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

 span { border-color: rgb(67,160,123); }

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