#43A38A

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

Shades of Gossamer #43A38A

Tints of Gossamer #43A38A

Color information

#43A38A (or 0x43A38A) is unknown color: approx Gossamer. HEX triplet: 43, A3 and 8A. RGB value is (67,163,138). Sum of RGB (Red+Green+Blue) = 67+163+138=368 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.21% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #43A38A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A38A is #BC5C75. Grayscale: #838383. Windows color (decimal): -12344438 or 9085763. OLE color: 9085763.

HSL color Cylindrical-coordinate representation of color #43A38A: hue angle of 164.38º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A38A is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB67163138-
CMYK0.5900.150.36
HSL164.38º41.74%45.1%-
HSV(B)164.38º58.9%63.92%-
XYZ2029.2228.63-
YUV131.45131.782.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.21%
GREEN value IS 163 (64.06% from 255) = 44.29%
BLUE value IS 138 (54.30% from 255) = 37.5%
R=18.21%
G=44.29%
B=37.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal671631380.5900.150.36164.3841.7445.1
Hex43A38A3B0F24a42a2d
Octal10324321273017442445255
Binary100001110100011100010101110110111110010010100100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,163,138); }

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

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

 a { background-color: rgb(67,163,138); }

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

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

 span { border-color: rgb(67,163,138); }

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