#34997A

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

Shades of Gossamer #34997A

Tints of Gossamer #34997A

Color information

#34997A (or 0x34997A) is unknown color: approx Gossamer. HEX triplet: 34, 99 and 7A. RGB value is (52,153,122). Sum of RGB (Red+Green+Blue) = 52+153+122=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #34997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34997A is #CB6685. Grayscale: #777777. Windows color (decimal): -13330054 or 8034612. OLE color: 8034612.

HSL color Cylindrical-coordinate representation of color #34997A: hue angle of 161.58º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34997A is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB52153122-
CMYK0.6600.200.4
HSL161.58º49.27%40.2%-
HSV(B)161.58º66.01%60%-
XYZ16.3224.9222.36-
YUV119.27129.5480.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=15.90%
G=46.79%
B=37.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531220.6600.200.4161.5849.2740.2
Hex34997A4201428a23128
Octal64231172102024502426150
Binary110100100110011111010100001001010010100010100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34997A; }

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

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

<style>
 a { background-color: #34997A; }

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

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

<style>
 span { border-color: #34997A; }

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

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