#47ae8a

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

Shades of Gossamer #47AE8A

Tints of Gossamer #47AE8A

Color information

#47AE8A (or 0x47AE8A) is unknown color: approx Gossamer. HEX triplet: 47, AE and 8A. RGB value is (71,174,138). Sum of RGB (Red+Green+Blue) = 71+174+138=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #47AE8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AE8A is #B85175. Grayscale: #8B8B8B. Windows color (decimal): -12079478 or 9088583. OLE color: 9088583.

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

Color convert

RGB71174138-
CMYK0.5900.210.32
HSL159.03º42.04%48.04%-
HSV(B)159.03º59.2%68.24%-
XYZ22.3233.4529.32-
YUV139.1127.3879.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.54%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=18.54%
G=45.43%
B=36.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711741380.5900.210.32159.0342.0448.04
Hex47AE8A3B015209f2a30
Octal10725621273025402375260
Binary1000111101011101000101011101101010110000010011111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47ae8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,174,138); }

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

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

 a { background-color: rgb(71,174,138); }

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

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

 span { border-color: rgb(71,174,138); }

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