#48A78A

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

Shades of Gossamer #48A78A

Tints of Gossamer #48A78A

Color information

#48A78A (or 0x48A78A) is unknown color: approx Gossamer. HEX triplet: 48, A7 and 8A. RGB value is (72,167,138). Sum of RGB (Red+Green+Blue) = 72+167+138=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #48A78A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A78A is #B75875. Grayscale: #878787. Windows color (decimal): -12015734 or 9086792. OLE color: 9086792.

HSL color Cylindrical-coordinate representation of color #48A78A: hue angle of 161.68º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A78A is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB72167138-
CMYK0.5700.170.35
HSL161.68º39.75%46.86%-
HSV(B)161.68º56.89%65.49%-
XYZ21.0830.8528.89-
YUV135.29129.5382.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.10%
GREEN value IS 167 (65.62% from 255) = 44.30%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=19.10%
G=44.30%
B=36.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721671380.5700.170.35161.6839.7546.86
Hex48A78A3901123a2282f
Octal11024721271021432425057
Binary1001000101001111000101011100101000110001110100010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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