#48A79A

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

Shades of Gossamer #48A79A

Tints of Gossamer #48A79A

Color information

#48A79A (or 0x48A79A) is unknown color: approx Gossamer. HEX triplet: 48, A7 and 9A. RGB value is (72,167,154). Sum of RGB (Red+Green+Blue) = 72+167+154=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 167 - color contains mainly: green. Hex color #48A79A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A79A is #B75865. Grayscale: #898989. Windows color (decimal): -12015718 or 10135368. OLE color: 10135368.

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

Color convert

RGB72167154-
CMYK0.5700.080.35
HSL171.79º39.75%46.86%-
HSV(B)171.79º56.89%65.49%-
XYZ22.3231.3535.45-
YUV137.11137.5381.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.32%
GREEN value IS 167 (65.62% from 255) = 42.49%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=18.32%
G=42.49%
B=39.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721671540.5700.080.35171.7939.7546.86
Hex48A79A390823ac282f
Octal11024723271010432545057
Binary100100010100111100110101110010100010001110101100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,167,154); }

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

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

 a { background-color: rgb(72,167,154); }

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

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

 span { border-color: rgb(72,167,154); }

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