Html Css Color HEX #48A082 Gossamer

📋 copy color: '#48A082'

red 72 ◦ green 160 ◦ blue 130

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

Shades of Gossamer #48A082

Tints of Gossamer #48A082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 19.89%
G = 44.2%
B = 35.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#48A082 (or 0x48A082) is known color: Gossamer. HEX triplet: 48, A0 and 82. RGB value is (72,160,130). Sum of RGB (Red+Green+Blue) = 72+160+130=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #48A082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A082 is #B75F7D. Grayscale: #828282. Windows color (decimal): -12017534 or 8560712. OLE color: 8560712.

HSL color Cylindrical-coordinate representation of color #48A082: hue angle of 159.55º 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 #48A082 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 160 130 -
CMYK 0.55 0 0.19 0.37
HSL 159.55º 0.38% 0.45% -
HSV(B) 159.55º 0.55% 0.63% -
XYZ 19.27 28.13 25.53 -
YUV 130.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 72 160 130 0.55 0 0.19 0.37 159.55 0.38 0.45
Hex 48 A0 82 37 0 13 25 A0 26 2D
Octal 110 240 202 67 0 23 45 240 46 55
Binary 1001000 10100000 10000010 110111 0 10011 100101 10100000 100110 101101

Color Harmonies of #48A082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A082

Black with #48A082

Text Example


Text Example

White with #48A082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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