#47A28E

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

Shades of Gossamer #47A28E

Tints of Gossamer #47A28E

Color information

#47A28E (or 0x47A28E) is unknown color: approx Gossamer. HEX triplet: 47, A2 and 8E. RGB value is (71,162,142). Sum of RGB (Red+Green+Blue) = 71+162+142=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #47A28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A28E is #B85D71. Grayscale: #848484. Windows color (decimal): -12082546 or 9347655. OLE color: 9347655.

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

Color convert

RGB71162142-
CMYK0.5600.120.36
HSL166.81º39.06%45.69%-
HSV(B)166.81º56.17%63.53%-
XYZ20.429.1330.14-
YUV132.51133.3584.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.93%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=18.93%
G=43.2%
B=37.87%

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
Decimal711621420.5600.120.36166.8139.0645.69
Hex47A28E380C24a7272e
Octal10724221670014442474756
Binary100011110100010100011101110000110010010010100111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,162,142); }

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

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

 a { background-color: rgb(71,162,142); }

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

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

 span { border-color: rgb(71,162,142); }

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