Html Css Color HEX #48AB8F Gossamer

📋 copy color: '#48AB8F'

red 72 ◦ green 171 ◦ blue 143

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

Shades of Gossamer #48AB8F

Tints of Gossamer #48AB8F

RGB

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

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

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

R = 18.65%
G = 44.3%
B = 37.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#48AB8F (or 0x48AB8F) is known color: Gossamer. HEX triplet: 48, AB and 8F. RGB value is (72,171,143). Sum of RGB (Red+Green+Blue) = 72+171+143=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AB8F is #B75470. Grayscale: #8A8A8A. Windows color (decimal): -12014705 or 9415496. OLE color: 9415496.

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

Color convert

RGB 72 171 143 -
CMYK 0.58 0 0.16 0.33
HSL 163.03º 0.41% 0.48% -
HSV(B) 163.03º 0.58% 0.67% -
XYZ 22.19 32.49 31.09 -
YUV 138.21 130.7 80.78 -
System Red Green Blue C M Y K H S L
Decimal 72 171 143 0.58 0 0.16 0.33 163.03 0.41 0.48
Hex 48 AB 8F 3A 0 10 21 A3 29 30
Octal 110 253 217 72 0 20 41 243 51 60
Binary 1001000 10101011 10001111 111010 0 10000 100001 10100011 101001 110000

Color Harmonies of #48AB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AB8F

Black with #48AB8F

Text Example


Text Example

White with #48AB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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