Html Css Color HEX #47AA93 Gossamer

📋 copy color: '#47AA93'

red 71 ◦ green 170 ◦ blue 147

#47AA93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #47AA93

Tints of Gossamer #47AA93

RGB

 RED value IS 71 (28.13% from 255) = 18.3%

 GREEN value IS 170 (66.8% from 255) = 43.81%

 BLUE value IS 147 (57.81% from 255) = 37.89%

R = 18.3%
G = 43.81%
B = 37.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#47AA93 (or 0x47AA93) is known color: Gossamer. HEX triplet: 47, AA and 93. RGB value is (71,170,147). Sum of RGB (Red+Green+Blue) = 71+170+147=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AA93 is #B8556C. Grayscale: #898989. Windows color (decimal): -12080493 or 9677383. OLE color: 9677383.

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

Color convert

RGB 71 170 147 -
CMYK 0.58 0 0.14 0.33
HSL 166.06º 0.41% 0.47% -
HSV(B) 166.06º 0.58% 0.67% -
XYZ 22.24 32.2 32.65 -
YUV 137.78 133.2 80.37 -
System Red Green Blue C M Y K H S L
Decimal 71 170 147 0.58 0 0.14 0.33 166.06 0.41 0.47
Hex 47 AA 93 3A 0 E 21 A6 29 2F
Octal 107 252 223 72 0 16 41 246 51 57
Binary 1000111 10101010 10010011 111010 0 1110 100001 10100110 101001 101111

Color Harmonies of #47AA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AA93

Black with #47AA93

Text Example


Text Example

White with #47AA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,170,147); }

 H1.HeaderClassName
 {
   color: #47AA93;
 }
 .AnyTagClassName
 {
   color: #47AA93;
 }
</style>

background-color css

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

 a { background-color: rgb(71,170,147); }

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

border-color css

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

 span { border-color: rgb(71,170,147); }

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