Html Css Color HEX #47B28E Gossamer

📋 copy color: '#47B28E'

red 71 ◦ green 178 ◦ blue 142

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

Shades of Gossamer #47B28E

Tints of Gossamer #47B28E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.52%

 BLUE value IS 142 (55.86% from 255) = 36.32%

R = 18.16%
G = 45.52%
B = 36.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#47B28E (or 0x47B28E) is known color: Gossamer. HEX triplet: 47, B2 and 8E. RGB value is (71,178,142). Sum of RGB (Red+Green+Blue) = 71+178+142=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #47B28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B28E is #B84D71. Grayscale: #8D8D8D. Windows color (decimal): -12078450 or 9351751. OLE color: 9351751.

HSL color Cylindrical-coordinate representation of color #47B28E: hue angle of 159.81º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B28E is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 178 142 -
CMYK 0.60 0 0.20 0.30
HSL 159.81º 0.43% 0.49% -
HSV(B) 159.81º 0.6% 0.7% -
XYZ 23.4 35.13 31.14 -
YUV 141.9 128.05 77.43 -
System Red Green Blue C M Y K H S L
Decimal 71 178 142 0.60 0 0.20 0.30 159.81 0.43 0.49
Hex 47 B2 8E 3C 0 14 1E A0 2B 31
Octal 107 262 216 74 0 24 36 240 53 61
Binary 1000111 10110010 10001110 111100 0 10100 11110 10100000 101011 110001

Color Harmonies of #47B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B28E

Black with #47B28E

Text Example


Text Example

White with #47B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,178,142); }

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

background-color css

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

 a { background-color: rgb(71,178,142); }

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

border-color css

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

 span { border-color: rgb(71,178,142); }

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