#489E87

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

Shades of Gossamer #489E87

Tints of Gossamer #489E87

Color information

#489E87 (or 0x489E87) is unknown color: approx Gossamer. HEX triplet: 48, 9E and 87. RGB value is (72,158,135). Sum of RGB (Red+Green+Blue) = 72+158+135=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #489E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489E87 is #B76178. Grayscale: #818181. Windows color (decimal): -12018041 or 8887880. OLE color: 8887880.

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

Color convert

RGB72158135-
CMYK0.5400.150.38
HSL163.95º37.39%45.1%-
HSV(B)163.95º54.43%61.96%-
XYZ19.2727.5827.23-
YUV129.66131.0186.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 158 (62.11% from 255) = 43.29%
BLUE value IS 135 (53.12% from 255) = 36.99%
R=19.73%
G=43.29%
B=36.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721581350.5400.150.38163.9537.3945.1
Hex489E87360F26a4252d
Octal11023620766017462444555
Binary100100010011110100001111101100111110011010100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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