#48A98B

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

Shades of Gossamer #48A98B

Tints of Gossamer #48A98B

Color information

#48A98B (or 0x48A98B) is unknown color: approx Gossamer. HEX triplet: 48, A9 and 8B. RGB value is (72,169,139). Sum of RGB (Red+Green+Blue) = 72+169+139=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 169 - color contains mainly: green. Hex color #48A98B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A98B is #B75674. Grayscale: #888888. Windows color (decimal): -12015221 or 9152840. OLE color: 9152840.

HSL color Cylindrical-coordinate representation of color #48A98B: hue angle of 161.44º 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 #48A98B is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB72169139-
CMYK0.5700.180.34
HSL161.44º40.25%47.25%-
HSV(B)161.44º57.4%66.27%-
XYZ21.5231.6229.39-
YUV136.58129.3681.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 169 (66.41% from 255) = 44.47%
BLUE value IS 139 (54.69% from 255) = 36.58%
R=18.95%
G=44.47%
B=36.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721691390.5700.180.34161.4440.2547.25
Hex48A98B3901222a1282f
Octal11025121371022422415057
Binary1001000101010011000101111100101001010001010100001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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