Html Css Color HEX #47AA98 Gossamer

📋 copy color: '#47AA98'

red 71 ◦ green 170 ◦ blue 152

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

Shades of Gossamer #47AA98

Tints of Gossamer #47AA98

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.26%

 BLUE value IS 152 (59.77% from 255) = 38.68%

R = 18.07%
G = 43.26%
B = 38.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#47AA98 (or 0x47AA98) is known color: Gossamer. HEX triplet: 47, AA and 98. RGB value is (71,170,152). Sum of RGB (Red+Green+Blue) = 71+170+152=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #47AA98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47AA98 is #B85567. Grayscale: #8A8A8A. Windows color (decimal): -12080488 or 10005063. OLE color: 10005063.

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

Color convert

RGB 71 170 152 -
CMYK 0.58 0 0.11 0.33
HSL 169.09º 0.41% 0.47% -
HSV(B) 169.09º 0.58% 0.67% -
XYZ 22.64 32.36 34.76 -
YUV 138.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 71 170 152 0.58 0 0.11 0.33 169.09 0.41 0.47
Hex 47 AA 98 3A 0 B 21 A9 29 2F
Octal 107 252 230 72 0 13 41 251 51 57
Binary 1000111 10101010 10011000 111010 0 1011 100001 10101001 101001 101111

Color Harmonies of #47AA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AA98

Black with #47AA98

Text Example


Text Example

White with #47AA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,170,152); }

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

background-color css

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

 a { background-color: rgb(71,170,152); }

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

border-color css

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

 span { border-color: rgb(71,170,152); }

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