#43A99A

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

Shades of Gossamer #43A99A

Tints of Gossamer #43A99A

Color information

#43A99A (or 0x43A99A) is unknown color: approx Gossamer. HEX triplet: 43, A9 and 9A. RGB value is (67,169,154). Sum of RGB (Red+Green+Blue) = 67+169+154=390 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.18% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #43A99A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A99A is #BC5665. Grayscale: #888888. Windows color (decimal): -12342886 or 10135875. OLE color: 10135875.

HSL color Cylindrical-coordinate representation of color #43A99A: hue angle of 171.18º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43A99A is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB67169154-
CMYK0.6000.090.34
HSL171.18º43.22%46.27%-
HSV(B)171.18º60.36%66.27%-
XYZ22.3431.935.55-
YUV136.79137.7178.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.18%
GREEN value IS 169 (66.41% from 255) = 43.33%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=17.18%
G=43.33%
B=39.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal671691540.6000.090.34171.1843.2246.27
Hex43A99A3C0922ab2b2e
Octal10325123274011422535356
Binary100001110101001100110101111000100110001010101011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,169,154); }

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

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

 a { background-color: rgb(67,169,154); }

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

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

 span { border-color: rgb(67,169,154); }

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