#47A189

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

Shades of Gossamer #47A189

Tints of Gossamer #47A189

Color information

#47A189 (or 0x47A189) is unknown color: approx Gossamer. HEX triplet: 47, A1 and 89. RGB value is (71,161,137). Sum of RGB (Red+Green+Blue) = 71+161+137=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 161 - color contains mainly: green. Hex color #47A189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A189 is #B85E76. Grayscale: #838383. Windows color (decimal): -12082807 or 9019719. OLE color: 9019719.

HSL color Cylindrical-coordinate representation of color #47A189: hue angle of 164º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A189 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB71161137-
CMYK0.5600.150.37
HSL164º38.79%45.49%-
HSV(B)164º55.9%63.14%-
XYZ19.8628.6428.15-
YUV131.35131.1884.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 161 (63.28% from 255) = 43.63%
BLUE value IS 137 (53.91% from 255) = 37.13%
R=19.24%
G=43.63%
B=37.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal711611370.5600.150.3716438.7945.49
Hex47A189380F25a4272d
Octal10724121170017452444755
Binary100011110100001100010011110000111110010110100100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47A189; }

 p { color: rgb(71,161,137); }

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

<style>
 a { background-color: #47A189; }

 a { background-color: rgb(71,161,137); }

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

<style>
 span { border-color: #47A189; }

 span { border-color: rgb(71,161,137); }

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