#47B48E

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

Shades of Gossamer #47B48E

Tints of Gossamer #47B48E

Color information

#47B48E (or 0x47B48E) is unknown color: approx Gossamer. HEX triplet: 47, B4 and 8E. RGB value is (71,180,142). Sum of RGB (Red+Green+Blue) = 71+180+142=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #47B48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B48E is #B84B71. Grayscale: #8F8F8F. Windows color (decimal): -12077938 or 9352263. OLE color: 9352263.

HSL color Cylindrical-coordinate representation of color #47B48E: hue angle of 159.08º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B48E is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB71180142-
CMYK0.6100.210.29
HSL159.08º43.43%49.22%-
HSV(B)159.08º60.56%70.59%-
XYZ23.835.9431.27-
YUV143.08127.3976.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.07%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=18.07%
G=45.80%
B=36.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711801420.6100.210.29159.0843.4349.22
Hex47B48E3D0151D9f2b31
Octal10726421675025352375361
Binary100011110110100100011101111010101011110110011111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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