Html Css Color HEX #47A48F Gossamer

📋 copy color: '#47A48F'

red 71 ◦ green 164 ◦ blue 143

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

Shades of Gossamer #47A48F

Tints of Gossamer #47A48F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.39%

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

R = 18.78%
G = 43.39%
B = 37.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#47A48F (or 0x47A48F) is known color: Gossamer. HEX triplet: 47, A4 and 8F. RGB value is (71,164,143). Sum of RGB (Red+Green+Blue) = 71+164+143=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #47A48F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A48F is #B85B70. Grayscale: #858585. Windows color (decimal): -12082033 or 9413703. OLE color: 9413703.

HSL color Cylindrical-coordinate representation of color #47A48F: hue angle of 166.45º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A48F is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 164 143 -
CMYK 0.57 0 0.13 0.36
HSL 166.45º 0.4% 0.46% -
HSV(B) 166.45º 0.57% 0.64% -
XYZ 20.83 29.87 30.65 -
YUV 133.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 71 164 143 0.57 0 0.13 0.36 166.45 0.4 0.46
Hex 47 A4 8F 39 0 D 24 A6 28 2E
Octal 107 244 217 71 0 15 44 246 50 56
Binary 1000111 10100100 10001111 111001 0 1101 100100 10100110 101000 101110

Color Harmonies of #47A48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A48F

Black with #47A48F

Text Example


Text Example

White with #47A48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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