#47A38F

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

Shades of Gossamer #47A38F

Tints of Gossamer #47A38F

Color information

#47A38F (or 0x47A38F) is unknown color: approx Gossamer. HEX triplet: 47, A3 and 8F. RGB value is (71,163,143). Sum of RGB (Red+Green+Blue) = 71+163+143=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #47A38F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A38F is #B85C70. Grayscale: #858585. Windows color (decimal): -12082289 or 9413447. OLE color: 9413447.

HSL color Cylindrical-coordinate representation of color #47A38F: hue angle of 166.96º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A38F is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB71163143-
CMYK0.5600.120.36
HSL166.96º39.32%45.88%-
HSV(B)166.96º56.44%63.92%-
XYZ20.6529.5230.6-
YUV133.21133.5283.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.83%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=18.83%
G=43.24%
B=37.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711631430.5600.120.36166.9639.3245.88
Hex47A38F380C24a7272e
Octal10724321770014442474756
Binary100011110100011100011111110000110010010010100111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,163,143); }

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

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

 a { background-color: rgb(71,163,143); }

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

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

 span { border-color: rgb(71,163,143); }

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