#48AC90

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

Shades of Gossamer #48AC90

Tints of Gossamer #48AC90

Color information

#48AC90 (or 0x48AC90) is unknown color: approx Gossamer. HEX triplet: 48, AC and 90. RGB value is (72,172,144). Sum of RGB (Red+Green+Blue) = 72+172+144=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AC90 is #B7536F. Grayscale: #8A8A8A. Windows color (decimal): -12014448 or 9481288. OLE color: 9481288.

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

Color convert

RGB72172144-
CMYK0.5800.160.33
HSL163.2º40.98%47.84%-
HSV(B)163.2º58.14%67.45%-
XYZ22.4632.931.55-
YUV138.91130.8780.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.56%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=18.56%
G=44.33%
B=37.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721721440.5800.160.33163.240.9847.84
Hex48AC903A01021a32930
Octal11025422072020412435160
Binary1001000101011001001000011101001000010000110100011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,172,144); }

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

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

 a { background-color: rgb(72,172,144); }

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

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

 span { border-color: rgb(72,172,144); }

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