#349E7F

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

Shades of Gossamer #349E7F

Tints of Gossamer #349E7F

Color information

#349E7F (or 0x349E7F) is unknown color: approx Gossamer. HEX triplet: 34, 9E and 7F. RGB value is (52,158,127). Sum of RGB (Red+Green+Blue) = 52+158+127=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #349E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E7F is #CB6180. Grayscale: #7A7A7A. Windows color (decimal): -13328769 or 8363572. OLE color: 8363572.

HSL color Cylindrical-coordinate representation of color #349E7F: hue angle of 162.45º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349E7F is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB52158127-
CMYK0.6700.200.38
HSL162.45º50.48%41.18%-
HSV(B)162.45º67.09%61.96%-
XYZ17.4726.7224.31-
YUV122.77130.3877.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 158 (62.11% from 255) = 46.88%
BLUE value IS 127 (50% from 255) = 37.69%
R=15.43%
G=46.88%
B=37.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521581270.6700.200.38162.4550.4841.18
Hex349E7F4301426a23229
Octal64236177103024462426251
Binary110100100111101111111100001101010010011010100010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349E7F; }

 p { color: rgb(52,158,127); }

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

<style>
 a { background-color: #349E7F; }

 a { background-color: rgb(52,158,127); }

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

<style>
 span { border-color: #349E7F; }

 span { border-color: rgb(52,158,127); }

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