Html Css Color HEX #47B08F Gossamer

📋 copy color: '#47B08F'

red 71 ◦ green 176 ◦ blue 143

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

Shades of Gossamer #47B08F

Tints of Gossamer #47B08F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.13%

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

R = 18.21%
G = 45.13%
B = 36.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#47B08F (or 0x47B08F) is known color: Gossamer. HEX triplet: 47, B0 and 8F. RGB value is (71,176,143). Sum of RGB (Red+Green+Blue) = 71+176+143=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #47B08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B08F is #B84F70. Grayscale: #8C8C8C. Windows color (decimal): -12078961 or 9416775. OLE color: 9416775.

HSL color Cylindrical-coordinate representation of color #47B08F: hue angle of 161.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B08F is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 176 143 -
CMYK 0.60 0 0.19 0.31
HSL 161.14º 0.43% 0.48% -
HSV(B) 161.14º 0.6% 0.69% -
XYZ 23.08 34.37 31.4 -
YUV 140.84 129.21 78.18 -
System Red Green Blue C M Y K H S L
Decimal 71 176 143 0.60 0 0.19 0.31 161.14 0.43 0.48
Hex 47 B0 8F 3C 0 13 1F A1 2B 30
Octal 107 260 217 74 0 23 37 241 53 60
Binary 1000111 10110000 10001111 111100 0 10011 11111 10100001 101011 110000

Color Harmonies of #47B08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B08F

Black with #47B08F

Text Example


Text Example

White with #47B08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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