#34A686

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

Shades of Gossamer #34A686

Tints of Gossamer #34A686

Color information

#34A686 (or 0x34A686) is unknown color: approx Gossamer. HEX triplet: 34, A6 and 86. RGB value is (52,166,134). Sum of RGB (Red+Green+Blue) = 52+166+134=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #34A686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A686 is #CB5979. Grayscale: #808080. Windows color (decimal): -13326714 or 8824372. OLE color: 8824372.

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

Color convert

RGB52166134-
CMYK0.6900.190.35
HSL163.16º52.29%42.75%-
HSV(B)163.16º68.67%65.1%-
XYZ19.3629.7227.27-
YUV128.27131.2373.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.77%
GREEN value IS 166 (65.23% from 255) = 47.16%
BLUE value IS 134 (52.73% from 255) = 38.07%
R=14.77%
G=47.16%
B=38.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521661340.6900.190.35163.1652.2942.75
Hex34A6864501323a3342b
Octal64246206105023432436453
Binary1101001010011010000110100010101001110001110100011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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