#34A68A

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

Shades of Gossamer #34A68A

Tints of Gossamer #34A68A

Color information

#34A68A (or 0x34A68A) is unknown color: approx Gossamer. HEX triplet: 34, A6 and 8A. RGB value is (52,166,138). Sum of RGB (Red+Green+Blue) = 52+166+138=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #34A68A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A68A is #CB5975. Grayscale: #808080. Windows color (decimal): -13326710 or 9086516. OLE color: 9086516.

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

Color convert

RGB52166138-
CMYK0.6900.170.35
HSL165.26º52.29%42.75%-
HSV(B)165.26º68.67%65.1%-
XYZ19.6429.8428.77-
YUV128.72133.2373.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.61%
GREEN value IS 166 (65.23% from 255) = 46.63%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=14.61%
G=46.63%
B=38.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521661380.6900.170.35165.2652.2942.75
Hex34A68A4501123a5342b
Octal64246212105021432456453
Binary1101001010011010001010100010101000110001110100101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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