#48A996

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

Shades of Gossamer #48A996

Tints of Gossamer #48A996

Color information

#48A996 (or 0x48A996) is unknown color: approx Gossamer. HEX triplet: 48, A9 and 96. RGB value is (72,169,150). Sum of RGB (Red+Green+Blue) = 72+169+150=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #48A996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A996 is #B75669. Grayscale: #898989. Windows color (decimal): -12015210 or 9873736. OLE color: 9873736.

HSL color Cylindrical-coordinate representation of color #48A996: hue angle of 168.25º 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 #48A996 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB72169150-
CMYK0.5700.110.34
HSL168.25º40.25%47.25%-
HSV(B)168.25º57.4%66.27%-
XYZ22.3731.9633.84-
YUV137.83134.8681.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.41%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 150 (58.98% from 255) = 38.36%
R=18.41%
G=43.22%
B=38.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721691500.5700.110.34168.2540.2547.25
Hex48A996390B22a8282f
Octal11025122671013422505057
Binary100100010101001100101101110010101110001010101000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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