#47a194

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

Shades of Gossamer #47A194

Tints of Gossamer #47A194

Color information

#47A194 (or 0x47A194) is unknown color: approx Gossamer. HEX triplet: 47, A1 and 94. RGB value is (71,161,148). Sum of RGB (Red+Green+Blue) = 71+161+148=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #47A194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A194 is #B85E6B. Grayscale: #848484. Windows color (decimal): -12082796 or 9740615. OLE color: 9740615.

HSL color Cylindrical-coordinate representation of color #47A194: hue angle of 171.33º 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 #47A194 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB71161148-
CMYK0.5600.080.37
HSL171.33º38.79%45.49%-
HSV(B)171.33º55.9%63.14%-
XYZ20.6928.9732.52-
YUV132.61136.6884.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.68%
GREEN value IS 161 (63.28% from 255) = 42.37%
BLUE value IS 148 (58.20% from 255) = 38.95%
R=18.68%
G=42.37%
B=38.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal711611480.5600.080.37171.3338.7945.49
Hex47A194380825ab272d
Octal10724122470010452534755
Binary100011110100001100101001110000100010010110101011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47a194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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