#48B38A

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

Shades of Gossamer #48B38A

Tints of Gossamer #48B38A

Color information

#48B38A (or 0x48B38A) is unknown color: approx Gossamer. HEX triplet: 48, B3 and 8A. RGB value is (72,179,138). Sum of RGB (Red+Green+Blue) = 72+179+138=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #48B38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B38A is #B74C75. Grayscale: #8E8E8E. Windows color (decimal): -12012662 or 9089864. OLE color: 9089864.

HSL color Cylindrical-coordinate representation of color #48B38A: hue angle of 157.01º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B38A is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB72179138-
CMYK0.6000.230.30
HSL157.01º42.63%49.22%-
HSV(B)157.01º59.78%70.2%-
XYZ23.3835.4529.66-
YUV142.33125.5577.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.51%
GREEN value IS 179 (70.31% from 255) = 46.02%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=18.51%
G=46.02%
B=35.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721791380.6000.230.30157.0142.6349.22
Hex48B38A3C0171E9d2b31
Octal11026321274027362355361
Binary100100010110011100010101111000101111111010011101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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