#47AF94

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

Shades of Gossamer #47AF94

Tints of Gossamer #47AF94

Color information

#47AF94 (or 0x47AF94) is unknown color: approx Gossamer. HEX triplet: 47, AF and 94. RGB value is (71,175,148). Sum of RGB (Red+Green+Blue) = 71+175+148=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AF94 is #B8506B. Grayscale: #8C8C8C. Windows color (decimal): -12079212 or 9744199. OLE color: 9744199.

HSL color Cylindrical-coordinate representation of color #47AF94: hue angle of 164.42º 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 #47AF94 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB71175148-
CMYK0.5900.150.31
HSL164.42º42.28%48.24%-
HSV(B)164.42º59.43%68.63%-
XYZ23.2734.1433.38-
YUV140.83132.0478.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.02%
GREEN value IS 175 (68.75% from 255) = 44.42%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=18.02%
G=44.42%
B=37.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711751480.5900.150.31164.4242.2848.24
Hex47AF943B0F1Fa42a30
Octal10725722473017372445260
Binary10001111010111110010100111011011111111110100100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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