#48AF8D

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

Shades of Gossamer #48AF8D

Tints of Gossamer #48AF8D

Color information

#48AF8D (or 0x48AF8D) is unknown color: approx Gossamer. HEX triplet: 48, AF and 8D. RGB value is (72,175,141). Sum of RGB (Red+Green+Blue) = 72+175+141=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AF8D is #B75072. Grayscale: #8C8C8C. Windows color (decimal): -12013683 or 9285448. OLE color: 9285448.

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

Color convert

RGB72175141-
CMYK0.5900.190.31
HSL160.19º41.7%48.43%-
HSV(B)160.19º58.86%68.63%-
XYZ22.8133.9630.55-
YUV140.33128.3879.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.56%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=18.56%
G=45.10%
B=36.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721751410.5900.190.31160.1941.748.43
Hex48AF8D3B0131Fa02a30
Octal11025721573023372405260
Binary100100010101111100011011110110100111111110100000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,175,141); }

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

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

 a { background-color: rgb(72,175,141); }

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

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

 span { border-color: rgb(72,175,141); }

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