Html Css Color HEX #48AB8C Gossamer

📋 copy color: '#48AB8C'

red 72 ◦ green 171 ◦ blue 140

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

Shades of Gossamer #48AB8C

Tints of Gossamer #48AB8C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.65%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 18.8%
G = 44.65%
B = 36.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#48AB8C (or 0x48AB8C) is known color: Gossamer. HEX triplet: 48, AB and 8C. RGB value is (72,171,140). Sum of RGB (Red+Green+Blue) = 72+171+140=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AB8C is #B75473. Grayscale: #898989. Windows color (decimal): -12014708 or 9218888. OLE color: 9218888.

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

Color convert

RGB 72 171 140 -
CMYK 0.58 0 0.18 0.33
HSL 161.21º 0.41% 0.48% -
HSV(B) 161.21º 0.58% 0.67% -
XYZ 21.97 32.4 29.91 -
YUV 137.87 129.2 81.02 -
System Red Green Blue C M Y K H S L
Decimal 72 171 140 0.58 0 0.18 0.33 161.21 0.41 0.48
Hex 48 AB 8C 3A 0 12 21 A1 29 30
Octal 110 253 214 72 0 22 41 241 51 60
Binary 1001000 10101011 10001100 111010 0 10010 100001 10100001 101001 110000

Color Harmonies of #48AB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AB8C

Black with #48AB8C

Text Example


Text Example

White with #48AB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,171,140); }

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

background-color css

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

 a { background-color: rgb(72,171,140); }

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

border-color css

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

 span { border-color: rgb(72,171,140); }

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