#489D7E

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

Shades of Gossamer #489D7E

Tints of Gossamer #489D7E

Color information

#489D7E (or 0x489D7E) is unknown color: approx Gossamer. HEX triplet: 48, 9D and 7E. RGB value is (72,157,126). Sum of RGB (Red+Green+Blue) = 72+157+126=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #489D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D7E is #B76281. Grayscale: #808080. Windows color (decimal): -12018306 or 8297800. OLE color: 8297800.

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

Color convert

RGB72157126-
CMYK0.5400.200.38
HSL158.12º37.12%44.9%-
HSV(B)158.12º54.14%61.57%-
XYZ18.52723.97-
YUV128.05126.8488.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.28%
GREEN value IS 157 (61.72% from 255) = 44.23%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=20.28%
G=44.23%
B=35.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721571260.5400.200.38158.1237.1244.9
Hex489D7E36014269e252d
Octal11023517666024462364555
Binary100100010011101111111011011001010010011010011110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,157,126); }

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

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

 a { background-color: rgb(72,157,126); }

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

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

 span { border-color: rgb(72,157,126); }

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