Html Css Color HEX #48A28D Gossamer

📋 copy color: '#48A28D'

red 72 ◦ green 162 ◦ blue 141

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

Shades of Gossamer #48A28D

Tints of Gossamer #48A28D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.2%

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

R = 19.2%
G = 43.2%
B = 37.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#48A28D (or 0x48A28D) is known color: Gossamer. HEX triplet: 48, A2 and 8D. RGB value is (72,162,141). Sum of RGB (Red+Green+Blue) = 72+162+141=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #48A28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A28D is #B75D72. Grayscale: #848484. Windows color (decimal): -12017011 or 9282120. OLE color: 9282120.

HSL color Cylindrical-coordinate representation of color #48A28D: hue angle of 166º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A28D is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 162 141 -
CMYK 0.56 0 0.13 0.36
HSL 166º 0.38% 0.46% -
HSV(B) 166º 0.56% 0.64% -
XYZ 20.4 29.14 29.75 -
YUV 132.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 72 162 141 0.56 0 0.13 0.36 166 0.38 0.46
Hex 48 A2 8D 38 0 D 24 A6 26 2E
Octal 110 242 215 70 0 15 44 246 46 56
Binary 1001000 10100010 10001101 111000 0 1101 100100 10100110 100110 101110

Color Harmonies of #48A28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A28D

Black with #48A28D

Text Example


Text Example

White with #48A28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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