#49AE8A

Color #49AE8A Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #49AE8A

Tints of Gossamer #49AE8A

Color information

#49AE8A (or 0x49AE8A) is unknown color: approx Gossamer. HEX triplet: 49, AE and 8A. RGB value is (73,174,138). Sum of RGB (Red+Green+Blue) = 73+174+138=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AE8A is #B65175. Grayscale: #8B8B8B. Windows color (decimal): -11948406 or 9088585. OLE color: 9088585.

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

Color convert

RGB73174138-
CMYK0.5800.210.32
HSL158.61º40.89%48.43%-
HSV(B)158.61º58.05%68.24%-
XYZ22.4733.5229.33-
YUV139.7127.0480.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 174 (68.36% from 255) = 45.19%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=18.96%
G=45.19%
B=35.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731741380.5800.210.32158.6140.8948.43
Hex49AE8A3A015209f2930
Octal11125621272025402375160
Binary1001001101011101000101011101001010110000010011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49AE8A;
 }
 .AnyTagClassName
 {
   color: #49AE8A;
 }
</style>
background-color css

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

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

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

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

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

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