#48A192

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

Shades of Gossamer #48A192

Tints of Gossamer #48A192

Color information

#48A192 (or 0x48A192) is unknown color: approx Gossamer. HEX triplet: 48, A1 and 92. RGB value is (72,161,146). Sum of RGB (Red+Green+Blue) = 72+161+146=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #48A192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A192 is #B75E6D. Grayscale: #848484. Windows color (decimal): -12017262 or 9609544. OLE color: 9609544.

HSL color Cylindrical-coordinate representation of color #48A192: hue angle of 169.89º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A192 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB72161146-
CMYK0.5500.090.37
HSL169.89º38.2%45.69%-
HSV(B)169.89º55.28%63.14%-
XYZ20.6128.9431.69-
YUV132.68135.5184.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 161 (63.28% from 255) = 42.48%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=19.00%
G=42.48%
B=38.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal721611460.5500.090.37169.8938.245.69
Hex48A192370925aa262e
Octal11024122267011452524656
Binary100100010100001100100101101110100110010110101010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,161,146); }

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

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

 a { background-color: rgb(72,161,146); }

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

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

 span { border-color: rgb(72,161,146); }

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