#48B18A

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

Shades of Gossamer #48B18A

Tints of Gossamer #48B18A

Color information

#48B18A (or 0x48B18A) is unknown color: approx Gossamer. HEX triplet: 48, B1 and 8A. RGB value is (72,177,138). Sum of RGB (Red+Green+Blue) = 72+177+138=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #48B18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B18A is #B74E75. Grayscale: #8D8D8D. Windows color (decimal): -12013174 or 9089352. OLE color: 9089352.

HSL color Cylindrical-coordinate representation of color #48B18A: hue angle of 157.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B18A is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB72177138-
CMYK0.5900.220.31
HSL157.71º42.17%48.82%-
HSV(B)157.71º59.32%69.41%-
XYZ22.9834.6629.52-
YUV141.16126.2178.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.60%
GREEN value IS 177 (69.53% from 255) = 45.74%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=18.60%
G=45.74%
B=35.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721771380.5900.220.31157.7142.1748.82
Hex48B18A3B0161F9e2a31
Octal11026121273026372365261
Binary100100010110001100010101110110101101111110011110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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