#319A86

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

Shades of Gossamer #319A86

Tints of Gossamer #319A86

Color information

#319A86 (or 0x319A86) is unknown color: approx Gossamer. HEX triplet: 31, 9A and 86. RGB value is (49,154,134). Sum of RGB (Red+Green+Blue) = 49+154+134=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #319A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319A86 is #CE6579. Grayscale: #787878. Windows color (decimal): -13526394 or 8821297. OLE color: 8821297.

HSL color Cylindrical-coordinate representation of color #319A86: hue angle of 168.57º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319A86 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB49154134-
CMYK0.6800.130.40
HSL168.57º51.72%39.8%-
HSV(B)168.57º68.18%60.39%-
XYZ17.1325.4926.57-
YUV120.32135.7177.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.54%
GREEN value IS 154 (60.55% from 255) = 45.70%
BLUE value IS 134 (52.73% from 255) = 39.76%
R=14.54%
G=45.70%
B=39.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491541340.6800.130.40168.5751.7239.8
Hex319A86440D28a93428
Octal61232206104015502516450
Binary110001100110101000011010001000110110100010101001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319A86; }

 p { color: rgb(49,154,134); }

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

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

 a { background-color: rgb(49,154,134); }

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

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

 span { border-color: rgb(49,154,134); }

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