#489C80

Color #489C80 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #489C80

Tints of Gossamer #489C80

Color information

#489C80 (or 0x489C80) is unknown color: approx Gossamer. HEX triplet: 48, 9C and 80. RGB value is (72,156,128). Sum of RGB (Red+Green+Blue) = 72+156+128=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 156 - color contains mainly: green. Hex color #489C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489C80 is #B7637F. Grayscale: #7F7F7F. Windows color (decimal): -12018560 or 8428616. OLE color: 8428616.

HSL color Cylindrical-coordinate representation of color #489C80: hue angle of 160º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489C80 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB72156128-
CMYK0.5400.180.39
HSL160º36.84%44.71%-
HSV(B)160º53.85%61.18%-
XYZ18.4626.7124.61-
YUV127.69128.1788.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.22%
GREEN value IS 156 (61.33% from 255) = 43.82%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=20.22%
G=43.82%
B=35.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721561280.5400.180.3916036.8444.71
Hex489C803601227a0252d
Octal11023420066022472404555
Binary1001000100111001000000011011001001010011110100000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489C80; }

 p { color: rgb(72,156,128); }

 H1.HeaderClassName
 {
   color: #489C80;
 }
 .AnyTagClassName
 {
   color: #489C80;
 }
</style>
background-color css

<style>
 a { background-color: #489C80; }

 a { background-color: rgb(72,156,128); }

 div.DivClassName
 {
   background-color: #489C80;
 }
 .BgClassName
 {
   background-color: #489C80;
 }
</style>
border-color css

<style>
 span { border-color: #489C80; }

 span { border-color: rgb(72,156,128); }

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