#48AB8B

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

Shades of Gossamer #48AB8B

Tints of Gossamer #48AB8B

Color information

#48AB8B (or 0x48AB8B) is unknown color: approx Gossamer. HEX triplet: 48, AB and 8B. RGB value is (72,171,139). Sum of RGB (Red+Green+Blue) = 72+171+139=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AB8B is #B75474. Grayscale: #898989. Windows color (decimal): -12014709 or 9153352. OLE color: 9153352.

HSL color Cylindrical-coordinate representation of color #48AB8B: hue angle of 160.61º 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 #48AB8B is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB72171139-
CMYK0.5800.190.33
HSL160.61º40.74%47.65%-
HSV(B)160.61º57.89%67.06%-
XYZ21.932.3729.52-
YUV137.75128.781.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.85%
GREEN value IS 171 (67.19% from 255) = 44.76%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=18.85%
G=44.76%
B=36.39%

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
Decimal721711390.5800.190.33160.6140.7447.65
Hex48AB8B3A01321a12930
Octal11025321372023412415160
Binary1001000101010111000101111101001001110000110100001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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