#48A992

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

Shades of Gossamer #48A992

Tints of Gossamer #48A992

Color information

#48A992 (or 0x48A992) is unknown color: approx Gossamer. HEX triplet: 48, A9 and 92. RGB value is (72,169,146). Sum of RGB (Red+Green+Blue) = 72+169+146=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #48A992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A992 is #B7566D. Grayscale: #898989. Windows color (decimal): -12015214 or 9611592. OLE color: 9611592.

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

Color convert

RGB72169146-
CMYK0.5700.140.34
HSL165.77º40.25%47.25%-
HSV(B)165.77º57.4%66.27%-
XYZ22.0531.8332.18-
YUV137.38132.8681.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.60%
GREEN value IS 169 (66.41% from 255) = 43.67%
BLUE value IS 146 (57.42% from 255) = 37.73%
R=18.60%
G=43.67%
B=37.73%

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
Decimal721691460.5700.140.34165.7740.2547.25
Hex48A992390E22a6282f
Octal11025122271016422465057
Binary100100010101001100100101110010111010001010100110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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