#48A991

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

Shades of Gossamer #48A991

Tints of Gossamer #48A991

Color information

#48A991 (or 0x48A991) is unknown color: approx Gossamer. HEX triplet: 48, A9 and 91. RGB value is (72,169,145). Sum of RGB (Red+Green+Blue) = 72+169+145=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #48A991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A991 is #B7566E. Grayscale: #898989. Windows color (decimal): -12015215 or 9546056. OLE color: 9546056.

HSL color Cylindrical-coordinate representation of color #48A991: hue angle of 165.15º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A991 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB72169145-
CMYK0.5700.140.34
HSL165.15º40.25%47.25%-
HSV(B)165.15º57.4%66.27%-
XYZ21.9731.831.77-
YUV137.26132.3681.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.65%
GREEN value IS 169 (66.41% from 255) = 43.78%
BLUE value IS 145 (57.03% from 255) = 37.56%
R=18.65%
G=43.78%
B=37.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721691450.5700.140.34165.1540.2547.25
Hex48A991390E22a5282f
Octal11025122171016422455057
Binary100100010101001100100011110010111010001010100101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A991; }

 p { color: rgb(72,169,145); }

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

<style>
 a { background-color: #48A991; }

 a { background-color: rgb(72,169,145); }

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

<style>
 span { border-color: #48A991; }

 span { border-color: rgb(72,169,145); }

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