Html Css Color HEX #48A191 Gossamer

📋 copy color: '#48A191'

red 72 ◦ green 161 ◦ blue 145

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

Shades of Gossamer #48A191

Tints of Gossamer #48A191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.59%

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

R = 19.05%
G = 42.59%
B = 38.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#48A191 (or 0x48A191) is known color: Gossamer. HEX triplet: 48, A1 and 91. RGB value is (72,161,145). Sum of RGB (Red+Green+Blue) = 72+161+145=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #48A191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A191 is #B75E6E. Grayscale: #848484. Windows color (decimal): -12017263 or 9544008. OLE color: 9544008.

HSL color Cylindrical-coordinate representation of color #48A191: hue angle of 169.21º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A191 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 161 145 -
CMYK 0.55 0 0.10 0.37
HSL 169.21º 0.38% 0.46% -
HSV(B) 169.21º 0.55% 0.63% -
XYZ 20.53 28.91 31.29 -
YUV 132.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 72 161 145 0.55 0 0.10 0.37 169.21 0.38 0.46
Hex 48 A1 91 37 0 A 25 A9 26 2E
Octal 110 241 221 67 0 12 45 251 46 56
Binary 1001000 10100001 10010001 110111 0 1010 100101 10101001 100110 101110

Color Harmonies of #48A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A191

Black with #48A191

Text Example


Text Example

White with #48A191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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