Html Css Color HEX #48A192 Gossamer

📋 copy color: '#48A192'

red 72 ◦ green 161 ◦ blue 146

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

Shades of Gossamer #48A192

Tints of Gossamer #48A192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.52%

R = 19%
G = 42.48%
B = 38.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#48A192 (or 0x48A192) is known color: Gossamer. HEX triplet: 48, A1 and 92. RGB value is (72,161,146). Sum of RGB (Red+Green+Blue) = 72+161+146=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #48A192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A192 is #B75E6D. Grayscale: #848484. Windows color (decimal): -12017262 or 9609544. OLE color: 9609544.

HSL color Cylindrical-coordinate representation of color #48A192: hue angle of 169.89º 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 #48A192 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 161 146 -
CMYK 0.55 0 0.09 0.37
HSL 169.89º 0.38% 0.46% -
HSV(B) 169.89º 0.55% 0.63% -
XYZ 20.61 28.94 31.69 -
YUV 132.68 135.51 84.72 -
System Red Green Blue C M Y K H S L
Decimal 72 161 146 0.55 0 0.09 0.37 169.89 0.38 0.46
Hex 48 A1 92 37 0 9 25 AA 26 2E
Octal 110 241 222 67 0 11 45 252 46 56
Binary 1001000 10100001 10010010 110111 0 1001 100101 10101010 100110 101110

Color Harmonies of #48A192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A192

Black with #48A192

Text Example


Text Example

White with #48A192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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