Html Css Color HEX #48AD90 Gossamer

📋 copy color: '#48AD90'

red 72 ◦ green 173 ◦ blue 144

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

Shades of Gossamer #48AD90

Tints of Gossamer #48AD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 18.51%
G = 44.47%
B = 37.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#48AD90 (or 0x48AD90) is known color: Gossamer. HEX triplet: 48, AD and 90. RGB value is (72,173,144). Sum of RGB (Red+Green+Blue) = 72+173+144=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AD90 is #B7526F. Grayscale: #8B8B8B. Windows color (decimal): -12014192 or 9481544. OLE color: 9481544.

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

Color convert

RGB 72 173 144 -
CMYK 0.58 0 0.17 0.32
HSL 162.77º 0.41% 0.48% -
HSV(B) 162.77º 0.58% 0.68% -
XYZ 22.65 33.28 31.62 -
YUV 139.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 72 173 144 0.58 0 0.17 0.32 162.77 0.41 0.48
Hex 48 AD 90 3A 0 11 20 A3 29 30
Octal 110 255 220 72 0 21 40 243 51 60
Binary 1001000 10101101 10010000 111010 0 10001 100000 10100011 101001 110000

Color Harmonies of #48AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AD90

Black with #48AD90

Text Example


Text Example

White with #48AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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