#34A37E

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

Shades of Gossamer #34A37E

Tints of Gossamer #34A37E

Color information

#34A37E (or 0x34A37E) is unknown color: approx Gossamer. HEX triplet: 34, A3 and 7E. RGB value is (52,163,126). Sum of RGB (Red+Green+Blue) = 52+163+126=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #34A37E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A37E is #CB5C81. Grayscale: #7D7D7D. Windows color (decimal): -13327490 or 8299316. OLE color: 8299316.

HSL color Cylindrical-coordinate representation of color #34A37E: hue angle of 160º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A37E is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB52163126-
CMYK0.6800.230.36
HSL160º51.63%42.16%-
HSV(B)160º68.1%63.92%-
XYZ18.2828.4324.26-
YUV125.59128.2375.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.25%
GREEN value IS 163 (64.06% from 255) = 47.80%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=15.25%
G=47.80%
B=36.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521631260.6800.230.3616051.6342.16
Hex34A37E4401724a0342a
Octal64243176104027442406452
Binary110100101000111111110100010001011110010010100000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,163,126); }

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

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

 a { background-color: rgb(52,163,126); }

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

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

 span { border-color: rgb(52,163,126); }

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