#339F7F

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

Shades of Gossamer #339F7F

Tints of Gossamer #339F7F

Color information

#339F7F (or 0x339F7F) is unknown color: approx Gossamer. HEX triplet: 33, 9F and 7F. RGB value is (51,159,127). Sum of RGB (Red+Green+Blue) = 51+159+127=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #339F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339F7F is #CC6080. Grayscale: #7B7B7B. Windows color (decimal): -13394049 or 8363827. OLE color: 8363827.

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

Color convert

RGB51159127-
CMYK0.6800.200.38
HSL162.22º51.43%41.18%-
HSV(B)162.22º67.92%62.35%-
XYZ17.5927.0324.37-
YUV123.06130.2276.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 159 (62.5% from 255) = 47.18%
BLUE value IS 127 (50% from 255) = 37.69%
R=15.13%
G=47.18%
B=37.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511591270.6800.200.38162.2251.4341.18
Hex339F7F4401426a23329
Octal63237177104024462426351
Binary110011100111111111111100010001010010011010100010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339F7F; }

 p { color: rgb(51,159,127); }

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

<style>
 a { background-color: #339F7F; }

 a { background-color: rgb(51,159,127); }

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

<style>
 span { border-color: #339F7F; }

 span { border-color: rgb(51,159,127); }

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