#47A68E

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

Shades of Gossamer #47A68E

Tints of Gossamer #47A68E

Color information

#47A68E (or 0x47A68E) is unknown color: approx Gossamer. HEX triplet: 47, A6 and 8E. RGB value is (71,166,142). Sum of RGB (Red+Green+Blue) = 71+166+142=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #47A68E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A68E is #B85971. Grayscale: #868686. Windows color (decimal): -12081522 or 9348679. OLE color: 9348679.

HSL color Cylindrical-coordinate representation of color #47A68E: hue angle of 164.84º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A68E is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB71166142-
CMYK0.5700.140.35
HSL164.84º40.08%46.47%-
HSV(B)164.84º57.23%65.1%-
XYZ21.1230.5730.38-
YUV134.86132.0382.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.73%
GREEN value IS 166 (65.23% from 255) = 43.80%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=18.73%
G=43.80%
B=37.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711661420.5700.140.35164.8440.0846.47
Hex47A68E390E23a5282e
Octal10724621671016432455056
Binary100011110100110100011101110010111010001110100101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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