#48AA94

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

Shades of Gossamer #48AA94

Tints of Gossamer #48AA94

Color information

#48AA94 (or 0x48AA94) is unknown color: approx Gossamer. HEX triplet: 48, AA and 94. RGB value is (72,170,148). Sum of RGB (Red+Green+Blue) = 72+170+148=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AA94 is #B7556B. Grayscale: #8A8A8A. Windows color (decimal): -12014956 or 9742920. OLE color: 9742920.

HSL color Cylindrical-coordinate representation of color #48AA94: hue angle of 166.53º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AA94 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB72170148-
CMYK0.5800.130.33
HSL166.53º40.5%47.45%-
HSV(B)166.53º57.65%66.67%-
XYZ22.3932.2733.06-
YUV138.19133.5380.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.46%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=18.46%
G=43.59%
B=37.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721701480.5800.130.33166.5340.547.45
Hex48AA943A0D21a7282f
Octal11025222472015412475057
Binary100100010101010100101001110100110110000110100111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,170,148); }

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

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

 a { background-color: rgb(72,170,148); }

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

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

 span { border-color: rgb(72,170,148); }

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