Html Css Color HEX #48AC8B Gossamer

📋 copy color: '#48AC8B'

red 72 ◦ green 172 ◦ blue 139

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

Shades of Gossamer #48AC8B

Tints of Gossamer #48AC8B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.91%

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 18.8%
G = 44.91%
B = 36.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#48AC8B (or 0x48AC8B) is known color: Gossamer. HEX triplet: 48, AC and 8B. RGB value is (72,172,139). Sum of RGB (Red+Green+Blue) = 72+172+139=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AC8B is #B75374. Grayscale: #8A8A8A. Windows color (decimal): -12014453 or 9153608. OLE color: 9153608.

HSL color Cylindrical-coordinate representation of color #48AC8B: hue angle of 160.2º 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 #48AC8B is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 172 139 -
CMYK 0.58 0 0.19 0.33
HSL 160.2º 0.41% 0.48% -
HSV(B) 160.2º 0.58% 0.67% -
XYZ 22.09 32.75 29.58 -
YUV 138.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 72 172 139 0.58 0 0.19 0.33 160.2 0.41 0.48
Hex 48 AC 8B 3A 0 13 21 A0 29 30
Octal 110 254 213 72 0 23 41 240 51 60
Binary 1001000 10101100 10001011 111010 0 10011 100001 10100000 101001 110000

Color Harmonies of #48AC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AC8B

Black with #48AC8B

Text Example


Text Example

White with #48AC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,172,139); }

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

background-color css

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

 a { background-color: rgb(72,172,139); }

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

border-color css

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

 span { border-color: rgb(72,172,139); }

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