Html Css Color HEX #48A58D Gossamer

📋 copy color: '#48A58D'

red 72 ◦ green 165 ◦ blue 141

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

Shades of Gossamer #48A58D

Tints of Gossamer #48A58D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.65%

 BLUE value IS 141 (55.47% from 255) = 37.3%

R = 19.05%
G = 43.65%
B = 37.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#48A58D (or 0x48A58D) is known color: Gossamer. HEX triplet: 48, A5 and 8D. RGB value is (72,165,141). Sum of RGB (Red+Green+Blue) = 72+165+141=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 165 - color contains mainly: green. Hex color #48A58D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A58D is #B75A72. Grayscale: #868686. Windows color (decimal): -12016243 or 9282888. OLE color: 9282888.

HSL color Cylindrical-coordinate representation of color #48A58D: hue angle of 164.52º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A58D is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 165 141 -
CMYK 0.56 0 0.15 0.35
HSL 164.52º 0.39% 0.46% -
HSV(B) 164.52º 0.56% 0.65% -
XYZ 20.94 30.21 29.93 -
YUV 134.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 72 165 141 0.56 0 0.15 0.35 164.52 0.39 0.46
Hex 48 A5 8D 38 0 F 23 A5 27 2E
Octal 110 245 215 70 0 17 43 245 47 56
Binary 1001000 10100101 10001101 111000 0 1111 100011 10100101 100111 101110

Color Harmonies of #48A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A58D

Black with #48A58D

Text Example


Text Example

White with #48A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,165,141); }

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

background-color css

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

 a { background-color: rgb(72,165,141); }

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

border-color css

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

 span { border-color: rgb(72,165,141); }

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