#48AF8E

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

Shades of Gossamer #48AF8E

Tints of Gossamer #48AF8E

Color information

#48AF8E (or 0x48AF8E) is unknown color: approx Gossamer. HEX triplet: 48, AF and 8E. RGB value is (72,175,142). Sum of RGB (Red+Green+Blue) = 72+175+142=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AF8E is #B75071. Grayscale: #8C8C8C. Windows color (decimal): -12013682 or 9350984. OLE color: 9350984.

HSL color Cylindrical-coordinate representation of color #48AF8E: hue angle of 160.78º 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 #48AF8E is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB72175142-
CMYK0.5900.190.31
HSL160.78º41.7%48.43%-
HSV(B)160.78º58.86%68.63%-
XYZ22.8833.9930.95-
YUV140.44128.8879.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.51%
GREEN value IS 175 (68.75% from 255) = 44.99%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=18.51%
G=44.99%
B=36.50%

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
Decimal721751420.5900.190.31160.7841.748.43
Hex48AF8E3B0131Fa12a30
Octal11025721673023372415260
Binary100100010101111100011101110110100111111110100001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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