Html Css Color HEX #48A68D Gossamer

📋 copy color: '#48A68D'

red 72 ◦ green 166 ◦ blue 141

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

Shades of Gossamer #48A68D

Tints of Gossamer #48A68D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.8%

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

R = 19%
G = 43.8%
B = 37.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#48A68D (or 0x48A68D) is known color: Gossamer. HEX triplet: 48, A6 and 8D. RGB value is (72,166,141). Sum of RGB (Red+Green+Blue) = 72+166+141=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #48A68D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A68D is #B75972. Grayscale: #878787. Windows color (decimal): -12015987 or 9283144. OLE color: 9283144.

HSL color Cylindrical-coordinate representation of color #48A68D: hue angle of 164.04º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A68D is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 166 141 -
CMYK 0.57 0 0.15 0.35
HSL 164.04º 0.39% 0.47% -
HSV(B) 164.04º 0.57% 0.65% -
XYZ 21.12 30.57 29.99 -
YUV 135.04 131.36 83.03 -
System Red Green Blue C M Y K H S L
Decimal 72 166 141 0.57 0 0.15 0.35 164.04 0.39 0.47
Hex 48 A6 8D 39 0 F 23 A4 27 2F
Octal 110 246 215 71 0 17 43 244 47 57
Binary 1001000 10100110 10001101 111001 0 1111 100011 10100100 100111 101111

Color Harmonies of #48A68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A68D

Black with #48A68D

Text Example


Text Example

White with #48A68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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