Html Css Color HEX #48A080 Gossamer

📋 copy color: '#48A080'

red 72 ◦ green 160 ◦ blue 128

#48A080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #48A080

Tints of Gossamer #48A080

RGB

 RED value IS 72 (28.52% from 255) = 20%

 GREEN value IS 160 (62.89% from 255) = 44.44%

 BLUE value IS 128 (50.39% from 255) = 35.56%

R = 20%
G = 44.44%
B = 35.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#48A080 (or 0x48A080) is known color: Gossamer. HEX triplet: 48, A0 and 80. RGB value is (72,160,128). Sum of RGB (Red+Green+Blue) = 72+160+128=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #48A080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A080 is #B75F7F. Grayscale: #828282. Windows color (decimal): -12017536 or 8429640. OLE color: 8429640.

HSL color Cylindrical-coordinate representation of color #48A080: hue angle of 158.18º 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 #48A080 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 160 128 -
CMYK 0.55 0 0.20 0.37
HSL 158.18º 0.38% 0.45% -
HSV(B) 158.18º 0.55% 0.63% -
XYZ 19.14 28.08 24.83 -
YUV 130.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 72 160 128 0.55 0 0.20 0.37 158.18 0.38 0.45
Hex 48 A0 80 37 0 14 25 9E 26 2D
Octal 110 240 200 67 0 24 45 236 46 55
Binary 1001000 10100000 10000000 110111 0 10100 100101 10011110 100110 101101

Color Harmonies of #48A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A080

Black with #48A080

Text Example


Text Example

White with #48A080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48A080;
 }
 .AnyTagClassName
 {
   color: #48A080;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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