Html Css Color HEX #48AB85 Gossamer

📋 copy color: '#48AB85'

red 72 ◦ green 171 ◦ blue 133

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

Shades of Gossamer #48AB85

Tints of Gossamer #48AB85

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.48%

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 19.15%
G = 45.48%
B = 35.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#48AB85 (or 0x48AB85) is known color: Gossamer. HEX triplet: 48, AB and 85. RGB value is (72,171,133). Sum of RGB (Red+Green+Blue) = 72+171+133=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AB85 is #B7547A. Grayscale: #898989. Windows color (decimal): -12014715 or 8760136. OLE color: 8760136.

HSL color Cylindrical-coordinate representation of color #48AB85: hue angle of 156.97º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AB85 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 171 133 -
CMYK 0.58 0 0.22 0.33
HSL 156.97º 0.41% 0.48% -
HSV(B) 156.97º 0.58% 0.67% -
XYZ 21.47 32.2 27.27 -
YUV 137.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 72 171 133 0.58 0 0.22 0.33 156.97 0.41 0.48
Hex 48 AB 85 3A 0 16 21 9D 29 30
Octal 110 253 205 72 0 26 41 235 51 60
Binary 1001000 10101011 10000101 111010 0 10110 100001 10011101 101001 110000

Color Harmonies of #48AB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AB85

Black with #48AB85

Text Example


Text Example

White with #48AB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,171,133); }

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

background-color css

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

 a { background-color: rgb(72,171,133); }

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

border-color css

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

 span { border-color: rgb(72,171,133); }

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