Html Css Color HEX #48AA8D Gossamer

📋 copy color: '#48AA8D'

red 72 ◦ green 170 ◦ blue 141

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

Shades of Gossamer #48AA8D

Tints of Gossamer #48AA8D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.39%

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

R = 18.8%
G = 44.39%
B = 36.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#48AA8D (or 0x48AA8D) is known color: Gossamer. HEX triplet: 48, AA and 8D. RGB value is (72,170,141). Sum of RGB (Red+Green+Blue) = 72+170+141=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AA8D is #B75572. Grayscale: #898989. Windows color (decimal): -12014963 or 9284168. OLE color: 9284168.

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

Color convert

RGB 72 170 141 -
CMYK 0.58 0 0.17 0.33
HSL 162.24º 0.4% 0.47% -
HSV(B) 162.24º 0.58% 0.67% -
XYZ 21.85 32.05 30.23 -
YUV 137.39 130.03 81.36 -
System Red Green Blue C M Y K H S L
Decimal 72 170 141 0.58 0 0.17 0.33 162.24 0.4 0.47
Hex 48 AA 8D 3A 0 11 21 A2 28 2F
Octal 110 252 215 72 0 21 41 242 50 57
Binary 1001000 10101010 10001101 111010 0 10001 100001 10100010 101000 101111

Color Harmonies of #48AA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AA8D

Black with #48AA8D

Text Example


Text Example

White with #48AA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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