#34A682

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

Shades of Gossamer #34A682

Tints of Gossamer #34A682

Color information

#34A682 (or 0x34A682) is unknown color: approx Gossamer. HEX triplet: 34, A6 and 82. RGB value is (52,166,130). Sum of RGB (Red+Green+Blue) = 52+166+130=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 166 (65.23% from 255 or 47.70% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 166 - color contains mainly: green. Hex color #34A682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A682 is #CB597D. Grayscale: #7F7F7F. Windows color (decimal): -13326718 or 8562228. OLE color: 8562228.

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

Color convert

RGB52166130-
CMYK0.6900.220.35
HSL161.05º52.29%42.75%-
HSV(B)161.05º68.67%65.1%-
XYZ19.0829.6125.83-
YUV127.81129.2373.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.94%
GREEN value IS 166 (65.23% from 255) = 47.70%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=14.94%
G=47.70%
B=37.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521661300.6900.220.35161.0552.2942.75
Hex34A6824501623a1342b
Octal64246202105026432416453
Binary1101001010011010000010100010101011010001110100001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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