#34A094

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

Shades of Gossamer #34A094

Tints of Gossamer #34A094

Color information

#34A094 (or 0x34A094) is unknown color: approx Gossamer. HEX triplet: 34, A0 and 94. RGB value is (52,160,148). Sum of RGB (Red+Green+Blue) = 52+160+148=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #34A094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A094 is #CB5F6B. Grayscale: #7E7E7E. Windows color (decimal): -13328236 or 9740340. OLE color: 9740340.

HSL color Cylindrical-coordinate representation of color #34A094: hue angle of 173.33º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A094 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB52160148-
CMYK0.6800.070.37
HSL173.33º50.94%41.57%-
HSV(B)173.33º67.5%62.75%-
XYZ19.3328.0132.4-
YUV126.34140.2274.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.44%
GREEN value IS 160 (62.89% from 255) = 44.44%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=14.44%
G=44.44%
B=41.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal521601480.6800.070.37173.3350.9441.57
Hex34A094440725ad332a
Octal6424022410407452556352
Binary11010010100000100101001000100011110010110101101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,160,148); }

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

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

 a { background-color: rgb(52,160,148); }

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

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

 span { border-color: rgb(52,160,148); }

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