#34A285

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

Shades of Gossamer #34A285

Tints of Gossamer #34A285

Color information

#34A285 (or 0x34A285) is unknown color: approx Gossamer. HEX triplet: 34, A2 and 85. RGB value is (52,162,133). Sum of RGB (Red+Green+Blue) = 52+162+133=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #34A285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A285 is #CB5D7A. Grayscale: #7D7D7D. Windows color (decimal): -13327739 or 8757812. OLE color: 8757812.

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

Color convert

RGB52162133-
CMYK0.6800.180.36
HSL164.18º51.4%41.96%-
HSV(B)164.18º67.9%63.53%-
XYZ18.5728.2626.67-
YUV125.8132.0675.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.99%
GREEN value IS 162 (63.67% from 255) = 46.69%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=14.99%
G=46.69%
B=38.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521621330.6800.180.36164.1851.441.96
Hex34A2854401224a4332a
Octal64242205104022442446352
Binary1101001010001010000101100010001001010010010100100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,162,133); }

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

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

 a { background-color: rgb(52,162,133); }

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

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

 span { border-color: rgb(52,162,133); }

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