Html Css Color HEX #48AA96 Gossamer

📋 copy color: '#48AA96'

red 72 ◦ green 170 ◦ blue 150

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

Shades of Gossamer #48AA96

Tints of Gossamer #48AA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 18.37%
G = 43.37%
B = 38.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#48AA96 (or 0x48AA96) is known color: Gossamer. HEX triplet: 48, AA and 96. RGB value is (72,170,150). Sum of RGB (Red+Green+Blue) = 72+170+150=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AA96 is #B75569. Grayscale: #8A8A8A. Windows color (decimal): -12014954 or 9873992. OLE color: 9873992.

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

Color convert

RGB 72 170 150 -
CMYK 0.58 0 0.12 0.33
HSL 167.76º 0.4% 0.47% -
HSV(B) 167.76º 0.58% 0.67% -
XYZ 22.55 32.33 33.91 -
YUV 138.42 134.53 80.63 -
System Red Green Blue C M Y K H S L
Decimal 72 170 150 0.58 0 0.12 0.33 167.76 0.4 0.47
Hex 48 AA 96 3A 0 C 21 A8 28 2F
Octal 110 252 226 72 0 14 41 250 50 57
Binary 1001000 10101010 10010110 111010 0 1100 100001 10101000 101000 101111

Color Harmonies of #48AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA96

Black with #48AA96

Text Example


Text Example

White with #48AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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