Html Css Color HEX #47AE8A Gossamer

📋 copy color: '#47AE8A'

red 71 ◦ green 174 ◦ blue 138

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

Shades of Gossamer #47AE8A

Tints of Gossamer #47AE8A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.43%

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 18.54%
G = 45.43%
B = 36.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#47AE8A (or 0x47AE8A) is known color: Gossamer. HEX triplet: 47, AE and 8A. RGB value is (71,174,138). Sum of RGB (Red+Green+Blue) = 71+174+138=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #47AE8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AE8A is #B85175. Grayscale: #8B8B8B. Windows color (decimal): -12079478 or 9088583. OLE color: 9088583.

HSL color Cylindrical-coordinate representation of color #47AE8A: hue angle of 159.03º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AE8A is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 174 138 -
CMYK 0.59 0 0.21 0.32
HSL 159.03º 0.42% 0.48% -
HSV(B) 159.03º 0.59% 0.68% -
XYZ 22.32 33.45 29.32 -
YUV 139.1 127.38 79.43 -
System Red Green Blue C M Y K H S L
Decimal 71 174 138 0.59 0 0.21 0.32 159.03 0.42 0.48
Hex 47 AE 8A 3B 0 15 20 9F 2A 30
Octal 107 256 212 73 0 25 40 237 52 60
Binary 1000111 10101110 10001010 111011 0 10101 100000 10011111 101010 110000

Color Harmonies of #47AE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AE8A

Black with #47AE8A

Text Example


Text Example

White with #47AE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,174,138); }

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

background-color css

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

 a { background-color: rgb(71,174,138); }

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

border-color css

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

 span { border-color: rgb(71,174,138); }

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