Html Css Color HEX #47AB8F Gossamer

📋 copy color: '#47AB8F'

red 71 ◦ green 171 ◦ blue 143

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

Shades of Gossamer #47AB8F

Tints of Gossamer #47AB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 18.44%
G = 44.42%
B = 37.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#47AB8F (or 0x47AB8F) is known color: Gossamer. HEX triplet: 47, AB and 8F. RGB value is (71,171,143). Sum of RGB (Red+Green+Blue) = 71+171+143=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AB8F is #B85470. Grayscale: #898989. Windows color (decimal): -12080241 or 9415495. OLE color: 9415495.

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

Color convert

RGB 71 171 143 -
CMYK 0.58 0 0.16 0.33
HSL 163.2º 0.41% 0.47% -
HSV(B) 163.2º 0.58% 0.67% -
XYZ 22.12 32.45 31.08 -
YUV 137.91 130.87 80.28 -
System Red Green Blue C M Y K H S L
Decimal 71 171 143 0.58 0 0.16 0.33 163.2 0.41 0.47
Hex 47 AB 8F 3A 0 10 21 A3 29 2F
Octal 107 253 217 72 0 20 41 243 51 57
Binary 1000111 10101011 10001111 111010 0 10000 100001 10100011 101001 101111

Color Harmonies of #47AB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AB8F

Black with #47AB8F

Text Example


Text Example

White with #47AB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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