#34A684

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

Shades of Gossamer #34A684

Tints of Gossamer #34A684

Color information

#34A684 (or 0x34A684) is unknown color: approx Gossamer. HEX triplet: 34, A6 and 84. RGB value is (52,166,132). Sum of RGB (Red+Green+Blue) = 52+166+132=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #34A684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A684 is #CB597B. Grayscale: #808080. Windows color (decimal): -13326716 or 8693300. OLE color: 8693300.

HSL color Cylindrical-coordinate representation of color #34A684: hue angle of 162.11º 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 #34A684 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB52166132-
CMYK0.6900.200.35
HSL162.11º52.29%42.75%-
HSV(B)162.11º68.67%65.1%-
XYZ19.2229.6726.54-
YUV128.04130.2373.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.86%
GREEN value IS 166 (65.23% from 255) = 47.43%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=14.86%
G=47.43%
B=37.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521661320.6900.200.35162.1152.2942.75
Hex34A6844501423a2342b
Octal64246204105024432426453
Binary1101001010011010000100100010101010010001110100010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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