#489E8C

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

Shades of Gossamer #489E8C

Tints of Gossamer #489E8C

Color information

#489E8C (or 0x489E8C) is unknown color: approx Gossamer. HEX triplet: 48, 9E and 8C. RGB value is (72,158,140). Sum of RGB (Red+Green+Blue) = 72+158+140=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #489E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489E8C is #B76173. Grayscale: #828282. Windows color (decimal): -12018036 or 9215560. OLE color: 9215560.

HSL color Cylindrical-coordinate representation of color #489E8C: hue angle of 167.44º 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 #489E8C is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB72158140-
CMYK0.5400.110.38
HSL167.44º37.39%45.1%-
HSV(B)167.44º54.43%61.96%-
XYZ19.6327.7229.13-
YUV130.23133.5186.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 140 (55.08% from 255) = 37.84%
R=19.46%
G=42.70%
B=37.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721581400.5400.110.38167.4437.3945.1
Hex489E8C360B26a7252d
Octal11023621466013462474555
Binary100100010011110100011001101100101110011010100111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,158,140); }

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

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

 a { background-color: rgb(72,158,140); }

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

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

 span { border-color: rgb(72,158,140); }

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