Html Css Color HEX #48AA89 Gossamer

📋 copy color: '#48AA89'

red 72 ◦ green 170 ◦ blue 137

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

Shades of Gossamer #48AA89

Tints of Gossamer #48AA89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 19%
G = 44.85%
B = 36.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#48AA89 (or 0x48AA89) is known color: Gossamer. HEX triplet: 48, AA and 89. RGB value is (72,170,137). Sum of RGB (Red+Green+Blue) = 72+170+137=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AA89 is #B75576. Grayscale: #888888. Windows color (decimal): -12014967 or 9022024. OLE color: 9022024.

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

Color convert

RGB 72 170 137 -
CMYK 0.58 0 0.19 0.33
HSL 159.8º 0.4% 0.47% -
HSV(B) 159.8º 0.58% 0.67% -
XYZ 21.56 31.93 28.69 -
YUV 136.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 72 170 137 0.58 0 0.19 0.33 159.8 0.4 0.47
Hex 48 AA 89 3A 0 13 21 A0 28 2F
Octal 110 252 211 72 0 23 41 240 50 57
Binary 1001000 10101010 10001001 111010 0 10011 100001 10100000 101000 101111

Color Harmonies of #48AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA89

Black with #48AA89

Text Example


Text Example

White with #48AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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