#49B08D

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

Shades of Gossamer #49B08D

Tints of Gossamer #49B08D

Color information

#49B08D (or 0x49B08D) is unknown color: approx Gossamer. HEX triplet: 49, B0 and 8D. RGB value is (73,176,141). Sum of RGB (Red+Green+Blue) = 73+176+141=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #49B08D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B08D is #B64F72. Grayscale: #8D8D8D. Windows color (decimal): -11947891 or 9285705. OLE color: 9285705.

HSL color Cylindrical-coordinate representation of color #49B08D: hue angle of 159.61º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B08D is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB73176141-
CMYK0.5900.200.31
HSL159.61º41.37%48.82%-
HSV(B)159.61º58.52%69.02%-
XYZ23.0834.3930.62-
YUV141.21127.8879.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.72%
GREEN value IS 176 (69.14% from 255) = 45.13%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=18.72%
G=45.13%
B=36.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731761410.5900.200.31159.6141.3748.82
Hex49B08D3B0141Fa02931
Octal11126021573024372405161
Binary100100110110000100011011110110101001111110100000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,176,141); }

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

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

 a { background-color: rgb(73,176,141); }

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

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

 span { border-color: rgb(73,176,141); }

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