Html Css Color HEX #48AC8F Gossamer

📋 copy color: '#48AC8F'

red 72 ◦ green 172 ◦ blue 143

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

Shades of Gossamer #48AC8F

Tints of Gossamer #48AC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 18.6%
G = 44.44%
B = 36.95%

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

#48AC8F (or 0x48AC8F) is known color: Gossamer. HEX triplet: 48, AC and 8F. RGB value is (72,172,143). Sum of RGB (Red+Green+Blue) = 72+172+143=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AC8F is #B75370. Grayscale: #8A8A8A. Windows color (decimal): -12014449 or 9415752. OLE color: 9415752.

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

Color convert

RGB 72 172 143 -
CMYK 0.58 0 0.17 0.33
HSL 162.6º 0.41% 0.48% -
HSV(B) 162.6º 0.58% 0.67% -
XYZ 22.38 32.87 31.15 -
YUV 138.79 130.37 80.36 -
System Red Green Blue C M Y K H S L
Decimal 72 172 143 0.58 0 0.17 0.33 162.6 0.41 0.48
Hex 48 AC 8F 3A 0 11 21 A3 29 30
Octal 110 254 217 72 0 21 41 243 51 60
Binary 1001000 10101100 10001111 111010 0 10001 100001 10100011 101001 110000

Color Harmonies of #48AC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AC8F

Black with #48AC8F

Text Example


Text Example

White with #48AC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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