#48a083

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

Shades of Gossamer #48A083

Tints of Gossamer #48A083

Color information

#48A083 (or 0x48A083) is unknown color: approx Gossamer. HEX triplet: 48, A0 and 83. RGB value is (72,160,131). Sum of RGB (Red+Green+Blue) = 72+160+131=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #48A083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A083 is #B75F7C. Grayscale: #828282. Windows color (decimal): -12017533 or 8626248. OLE color: 8626248.

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

Color convert

RGB72160131-
CMYK0.5500.180.37
HSL160.23º37.93%45.49%-
HSV(B)160.23º55%62.75%-
XYZ19.3428.1625.89-
YUV130.38128.3586.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 131 (51.56% from 255) = 36.09%
R=19.83%
G=44.08%
B=36.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal721601310.5500.180.37160.2337.9345.49
Hex48A0833701225a0262d
Octal11024020367022452404655
Binary1001000101000001000001111011101001010010110100000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,160,131); }

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

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

 a { background-color: rgb(72,160,131); }

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

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

 span { border-color: rgb(72,160,131); }

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