#48A98D

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

Shades of Gossamer #48A98D

Tints of Gossamer #48A98D

Color information

#48A98D (or 0x48A98D) is unknown color: approx Gossamer. HEX triplet: 48, A9 and 8D. RGB value is (72,169,141). Sum of RGB (Red+Green+Blue) = 72+169+141=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #48A98D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A98D is #B75672. Grayscale: #888888. Windows color (decimal): -12015219 or 9283912. OLE color: 9283912.

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

Color convert

RGB72169141-
CMYK0.5700.170.34
HSL162.68º40.25%47.25%-
HSV(B)162.68º57.4%66.27%-
XYZ21.6731.6830.17-
YUV136.8130.3681.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.85%
GREEN value IS 169 (66.41% from 255) = 44.24%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=18.85%
G=44.24%
B=36.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721691410.5700.170.34162.6840.2547.25
Hex48A98D3901122a3282f
Octal11025121571021422435057
Binary1001000101010011000110111100101000110001010100011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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