Html Css Color HEX #47AB86 Gossamer

📋 copy color: '#47AB86'

red 71 ◦ green 171 ◦ blue 134

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

Shades of Gossamer #47AB86

Tints of Gossamer #47AB86

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.48%

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 18.88%
G = 45.48%
B = 35.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#47AB86 (or 0x47AB86) is known color: Gossamer. HEX triplet: 47, AB and 86. RGB value is (71,171,134). Sum of RGB (Red+Green+Blue) = 71+171+134=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AB86 is #B85479. Grayscale: #888888. Windows color (decimal): -12080250 or 8825671. OLE color: 8825671.

HSL color Cylindrical-coordinate representation of color #47AB86: hue angle of 157.8º 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 #47AB86 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 171 134 -
CMYK 0.58 0 0.22 0.33
HSL 157.8º 0.41% 0.47% -
HSV(B) 157.8º 0.58% 0.67% -
XYZ 21.46 32.19 27.64 -
YUV 136.88 126.37 81.01 -
System Red Green Blue C M Y K H S L
Decimal 71 171 134 0.58 0 0.22 0.33 157.8 0.41 0.47
Hex 47 AB 86 3A 0 16 21 9E 29 2F
Octal 107 253 206 72 0 26 41 236 51 57
Binary 1000111 10101011 10000110 111010 0 10110 100001 10011110 101001 101111

Color Harmonies of #47AB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AB86

Black with #47AB86

Text Example


Text Example

White with #47AB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,171,134); }

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

background-color css

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

 a { background-color: rgb(71,171,134); }

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

border-color css

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

 span { border-color: rgb(71,171,134); }

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