#48A081

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

Shades of Gossamer #48A081

Tints of Gossamer #48A081

Color information

#48A081 (or 0x48A081) is unknown color: approx Gossamer. HEX triplet: 48, A0 and 81. RGB value is (72,160,129). Sum of RGB (Red+Green+Blue) = 72+160+129=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #48A081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A081 is #B75F7E. Grayscale: #828282. Windows color (decimal): -12017535 or 8495176. OLE color: 8495176.

HSL color Cylindrical-coordinate representation of color #48A081: hue angle of 158.86º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A081 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB72160129-
CMYK0.5500.190.37
HSL158.86º37.93%45.49%-
HSV(B)158.86º55%62.75%-
XYZ19.2128.125.18-
YUV130.15127.3586.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 160 (62.89% from 255) = 44.32%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=19.94%
G=44.32%
B=35.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal721601290.5500.190.37158.8637.9345.49
Hex48A08137013259f262d
Octal11024020167023452374655
Binary1001000101000001000000111011101001110010110011111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,160,129); }

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

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

 a { background-color: rgb(72,160,129); }

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

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

 span { border-color: rgb(72,160,129); }

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