#47AF8E

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

Shades of Gossamer #47AF8E

Tints of Gossamer #47AF8E

Color information

#47AF8E (or 0x47AF8E) is unknown color: approx Gossamer. HEX triplet: 47, AF and 8E. RGB value is (71,175,142). Sum of RGB (Red+Green+Blue) = 71+175+142=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AF8E is #B85071. Grayscale: #8C8C8C. Windows color (decimal): -12079218 or 9350983. OLE color: 9350983.

HSL color Cylindrical-coordinate representation of color #47AF8E: hue angle of 160.96º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AF8E is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB71175142-
CMYK0.5900.190.31
HSL160.96º42.28%48.24%-
HSV(B)160.96º59.43%68.63%-
XYZ22.8133.9530.94-
YUV140.14129.0478.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.30%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=18.30%
G=45.10%
B=36.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711751420.5900.190.31160.9642.2848.24
Hex47AF8E3B0131Fa12a30
Octal10725721673023372415260
Binary100011110101111100011101110110100111111110100001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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