#34A47A

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

Shades of Gossamer #34A47A

Tints of Gossamer #34A47A

Color information

#34A47A (or 0x34A47A) is unknown color: approx Gossamer. HEX triplet: 34, A4 and 7A. RGB value is (52,164,122). Sum of RGB (Red+Green+Blue) = 52+164+122=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #34A47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A47A is #CB5B85. Grayscale: #7D7D7D. Windows color (decimal): -13327238 or 8037428. OLE color: 8037428.

HSL color Cylindrical-coordinate representation of color #34A47A: hue angle of 157.5º 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 #34A47A is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB52164122-
CMYK0.6800.260.36
HSL157.5º51.85%42.35%-
HSV(B)157.5º68.29%64.31%-
XYZ18.228.6922.99-
YUV125.72125.8975.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.38%
GREEN value IS 164 (64.45% from 255) = 48.52%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=15.38%
G=48.52%
B=36.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521641220.6800.260.36157.551.8542.35
Hex34A47A4401A249e342a
Octal64244172104032442366452
Binary110100101001001111010100010001101010010010011110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,164,122); }

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

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

 a { background-color: rgb(52,164,122); }

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

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

 span { border-color: rgb(52,164,122); }

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