Html Css Color HEX #48A085 Gossamer

📋 copy color: '#48A085'

red 72 ◦ green 160 ◦ blue 133

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

Shades of Gossamer #48A085

Tints of Gossamer #48A085

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.84%

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 19.73%
G = 43.84%
B = 36.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#48A085 (or 0x48A085) is known color: Gossamer. HEX triplet: 48, A0 and 85. RGB value is (72,160,133). Sum of RGB (Red+Green+Blue) = 72+160+133=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #48A085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A085 is #B75F7A. Grayscale: #828282. Windows color (decimal): -12017531 or 8757320. OLE color: 8757320.

HSL color Cylindrical-coordinate representation of color #48A085: hue angle of 161.59º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A085 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 160 133 -
CMYK 0.55 0 0.17 0.37
HSL 161.59º 0.38% 0.45% -
HSV(B) 161.59º 0.55% 0.63% -
XYZ 19.48 28.21 26.61 -
YUV 130.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 72 160 133 0.55 0 0.17 0.37 161.59 0.38 0.45
Hex 48 A0 85 37 0 11 25 A2 26 2D
Octal 110 240 205 67 0 21 45 242 46 55
Binary 1001000 10100000 10000101 110111 0 10001 100101 10100010 100110 101101

Color Harmonies of #48A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A085

Black with #48A085

Text Example


Text Example

White with #48A085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,160,133); }

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

background-color css

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

 a { background-color: rgb(72,160,133); }

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

border-color css

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

 span { border-color: rgb(72,160,133); }

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