Html Css Color HEX #48A98D Gossamer

📋 copy color: '#48A98D'

red 72 ◦ green 169 ◦ blue 141

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

Shades of Gossamer #48A98D

Tints of Gossamer #48A98D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.24%

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

R = 18.85%
G = 44.24%
B = 36.91%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#48A98D (or 0x48A98D) is known color: Gossamer. HEX triplet: 48, A9 and 8D. RGB value is (72,169,141). Sum of RGB (Red+Green+Blue) = 72+169+141=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #48A98D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A98D is #B75672. Grayscale: #888888. Windows color (decimal): -12015219 or 9283912. OLE color: 9283912.

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

Color convert

RGB 72 169 141 -
CMYK 0.57 0 0.17 0.34
HSL 162.68º 0.4% 0.47% -
HSV(B) 162.68º 0.57% 0.66% -
XYZ 21.67 31.68 30.17 -
YUV 136.81 130.36 81.78 -
System Red Green Blue C M Y K H S L
Decimal 72 169 141 0.57 0 0.17 0.34 162.68 0.4 0.47
Hex 48 A9 8D 39 0 11 22 A3 28 2F
Octal 110 251 215 71 0 21 42 243 50 57
Binary 1001000 10101001 10001101 111001 0 10001 100010 10100011 101000 101111

Color Harmonies of #48A98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A98D

Black with #48A98D

Text Example


Text Example

White with #48A98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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