#34A586

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

Shades of Gossamer #34A586

Tints of Gossamer #34A586

Color information

#34A586 (or 0x34A586) is unknown color: approx Gossamer. HEX triplet: 34, A5 and 86. RGB value is (52,165,134). Sum of RGB (Red+Green+Blue) = 52+165+134=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #34A586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A586 is #CB5A79. Grayscale: #7F7F7F. Windows color (decimal): -13326970 or 8824116. OLE color: 8824116.

HSL color Cylindrical-coordinate representation of color #34A586: hue angle of 163.54º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A586 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB52165134-
CMYK0.6800.190.35
HSL163.54º52.07%42.55%-
HSV(B)163.54º68.48%64.71%-
XYZ19.1729.3627.21-
YUV127.68131.5674.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.81%
GREEN value IS 165 (64.84% from 255) = 47.01%
BLUE value IS 134 (52.73% from 255) = 38.18%
R=14.81%
G=47.01%
B=38.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521651340.6800.190.35163.5452.0742.55
Hex34A5864401323a4342b
Octal64245206104023432446453
Binary1101001010010110000110100010001001110001110100100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A586; }

 p { color: rgb(52,165,134); }

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

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

 a { background-color: rgb(52,165,134); }

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

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

 span { border-color: rgb(52,165,134); }

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