#47A98F

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

Shades of Gossamer #47A98F

Tints of Gossamer #47A98F

Color information

#47A98F (or 0x47A98F) is unknown color: approx Gossamer. HEX triplet: 47, A9 and 8F. RGB value is (71,169,143). Sum of RGB (Red+Green+Blue) = 71+169+143=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #47A98F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A98F is #B85670. Grayscale: #888888. Windows color (decimal): -12080753 or 9414983. OLE color: 9414983.

HSL color Cylindrical-coordinate representation of color #47A98F: hue angle of 164.08º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47A98F is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB71169143-
CMYK0.5800.150.34
HSL164.08º40.83%47.06%-
HSV(B)164.08º57.99%66.27%-
XYZ21.7431.730.96-
YUV136.73131.5381.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.54%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 143 (56.25% from 255) = 37.34%
R=18.54%
G=44.13%
B=37.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal711691430.5800.150.34164.0840.8347.06
Hex47A98F3A0F22a4292f
Octal10725121772017422445157
Binary100011110101001100011111110100111110001010100100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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