#48A28E

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

Shades of Gossamer #48A28E

Tints of Gossamer #48A28E

Color information

#48A28E (or 0x48A28E) is unknown color: approx Gossamer. HEX triplet: 48, A2 and 8E. RGB value is (72,162,142). Sum of RGB (Red+Green+Blue) = 72+162+142=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #48A28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A28E is #B75D71. Grayscale: #848484. Windows color (decimal): -12017010 or 9347656. OLE color: 9347656.

HSL color Cylindrical-coordinate representation of color #48A28E: hue angle of 166.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A28E is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB72162142-
CMYK0.5600.120.36
HSL166.67º38.46%45.88%-
HSV(B)166.67º55.56%63.53%-
XYZ20.4829.1730.14-
YUV132.81133.1884.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.15%
GREEN value IS 162 (63.67% from 255) = 43.09%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=19.15%
G=43.09%
B=37.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721621420.5600.120.36166.6738.4645.88
Hex48A28E380C24a7262e
Octal11024221670014442474656
Binary100100010100010100011101110000110010010010100111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,162,142); }

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

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

 a { background-color: rgb(72,162,142); }

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

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

 span { border-color: rgb(72,162,142); }

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