Html Css Color HEX #48AD91 Gossamer

📋 copy color: '#48AD91'

red 72 ◦ green 173 ◦ blue 145

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

Shades of Gossamer #48AD91

Tints of Gossamer #48AD91

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.36%

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 18.46%
G = 44.36%
B = 37.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#48AD91 (or 0x48AD91) is known color: Gossamer. HEX triplet: 48, AD and 91. RGB value is (72,173,145). Sum of RGB (Red+Green+Blue) = 72+173+145=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AD91 is #B7526E. Grayscale: #8B8B8B. Windows color (decimal): -12014191 or 9547080. OLE color: 9547080.

HSL color Cylindrical-coordinate representation of color #48AD91: hue angle of 163.37º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AD91 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 173 145 -
CMYK 0.58 0 0.16 0.32
HSL 163.37º 0.41% 0.48% -
HSV(B) 163.37º 0.58% 0.68% -
XYZ 22.73 33.31 32.02 -
YUV 139.61 131.04 79.78 -
System Red Green Blue C M Y K H S L
Decimal 72 173 145 0.58 0 0.16 0.32 163.37 0.41 0.48
Hex 48 AD 91 3A 0 10 20 A3 29 30
Octal 110 255 221 72 0 20 40 243 51 60
Binary 1001000 10101101 10010001 111010 0 10000 100000 10100011 101001 110000

Color Harmonies of #48AD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AD91

Black with #48AD91

Text Example


Text Example

White with #48AD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,173,145); }

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

background-color css

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

 a { background-color: rgb(72,173,145); }

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

border-color css

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

 span { border-color: rgb(72,173,145); }

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