#289686

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

Shades of Gossamer #289686

Tints of Gossamer #289686

Color information

#289686 (or 0x289686) is unknown color: approx Gossamer. HEX triplet: 28, 96 and 86. RGB value is (40,150,134). Sum of RGB (Red+Green+Blue) = 40+150+134=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #289686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289686 is #D76979. Grayscale: #737373. Windows color (decimal): -14117242 or 8820264. OLE color: 8820264.

HSL color Cylindrical-coordinate representation of color #289686: hue angle of 171.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289686 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB40150134-
CMYK0.7300.110.41
HSL171.27º57.89%37.25%-
HSV(B)171.27º73.33%58.82%-
XYZ16.0823.9926.34-
YUV115.29138.5674.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.35%
GREEN value IS 150 (58.98% from 255) = 46.30%
BLUE value IS 134 (52.73% from 255) = 41.36%
R=12.35%
G=46.30%
B=41.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal401501340.7300.110.41171.2757.8937.25
Hex289686490B29ab3a25
Octal50226206111013512537245
Binary101000100101101000011010010010101110100110101011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289686; }

 p { color: rgb(40,150,134); }

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

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

 a { background-color: rgb(40,150,134); }

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

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

 span { border-color: rgb(40,150,134); }

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