Html Css Color HEX #48AD94 Gossamer

📋 copy color: '#48AD94'

red 72 ◦ green 173 ◦ blue 148

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

Shades of Gossamer #48AD94

Tints of Gossamer #48AD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.66%

R = 18.32%
G = 44.02%
B = 37.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#48AD94 (or 0x48AD94) is known color: Gossamer. HEX triplet: 48, AD and 94. RGB value is (72,173,148). Sum of RGB (Red+Green+Blue) = 72+173+148=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AD94 is #B7526B. Grayscale: #8B8B8B. Windows color (decimal): -12014188 or 9743688. OLE color: 9743688.

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

Color convert

RGB 72 173 148 -
CMYK 0.58 0 0.14 0.32
HSL 165.15º 0.41% 0.48% -
HSV(B) 165.15º 0.58% 0.68% -
XYZ 22.96 33.4 33.25 -
YUV 139.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 72 173 148 0.58 0 0.14 0.32 165.15 0.41 0.48
Hex 48 AD 94 3A 0 E 20 A5 29 30
Octal 110 255 224 72 0 16 40 245 51 60
Binary 1001000 10101101 10010100 111010 0 1110 100000 10100101 101001 110000

Color Harmonies of #48AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AD94

Black with #48AD94

Text Example


Text Example

White with #48AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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