#48AB8A

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

Shades of Gossamer #48AB8A

Tints of Gossamer #48AB8A

Color information

#48AB8A (or 0x48AB8A) is unknown color: approx Gossamer. HEX triplet: 48, AB and 8A. RGB value is (72,171,138). Sum of RGB (Red+Green+Blue) = 72+171+138=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AB8A is #B75475. Grayscale: #898989. Windows color (decimal): -12014710 or 9087816. OLE color: 9087816.

HSL color Cylindrical-coordinate representation of color #48AB8A: hue angle of 160º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AB8A is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB72171138-
CMYK0.5800.190.33
HSL160º40.74%47.65%-
HSV(B)160º57.89%67.06%-
XYZ21.8232.3429.14-
YUV137.64128.281.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=18.90%
G=44.88%
B=36.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721711380.5800.190.3316040.7447.65
Hex48AB8A3A01321a02930
Octal11025321272023412405160
Binary1001000101010111000101011101001001110000110100000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,171,138); }

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

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

 a { background-color: rgb(72,171,138); }

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

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

 span { border-color: rgb(72,171,138); }

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