Html Css Color HEX #48AA91 Gossamer

📋 copy color: '#48AA91'

red 72 ◦ green 170 ◦ blue 145

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

Shades of Gossamer #48AA91

Tints of Gossamer #48AA91

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.93%

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

R = 18.6%
G = 43.93%
B = 37.47%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#48AA91 (or 0x48AA91) is known color: Gossamer. HEX triplet: 48, AA and 91. RGB value is (72,170,145). Sum of RGB (Red+Green+Blue) = 72+170+145=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AA91 is #B7556E. Grayscale: #898989. Windows color (decimal): -12014959 or 9546312. OLE color: 9546312.

HSL color Cylindrical-coordinate representation of color #48AA91: hue angle of 164.69º 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 #48AA91 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 170 145 -
CMYK 0.58 0 0.15 0.33
HSL 164.69º 0.4% 0.47% -
HSV(B) 164.69º 0.58% 0.67% -
XYZ 22.16 32.17 31.83 -
YUV 137.85 132.03 81.03 -
System Red Green Blue C M Y K H S L
Decimal 72 170 145 0.58 0 0.15 0.33 164.69 0.4 0.47
Hex 48 AA 91 3A 0 F 21 A5 28 2F
Octal 110 252 221 72 0 17 41 245 50 57
Binary 1001000 10101010 10010001 111010 0 1111 100001 10100101 101000 101111

Color Harmonies of #48AA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA91

Black with #48AA91

Text Example


Text Example

White with #48AA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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