#339E7A

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

Shades of Gossamer #339E7A

Tints of Gossamer #339E7A

Color information

#339E7A (or 0x339E7A) is unknown color: approx Gossamer. HEX triplet: 33, 9E and 7A. RGB value is (51,158,122). Sum of RGB (Red+Green+Blue) = 51+158+122=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #339E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339E7A is #CC6185. Grayscale: #797979. Windows color (decimal): -13394310 or 8035891. OLE color: 8035891.

HSL color Cylindrical-coordinate representation of color #339E7A: hue angle of 159.81º 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 #339E7A is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB51158122-
CMYK0.6800.230.38
HSL159.81º51.2%40.98%-
HSV(B)159.81º67.72%61.96%-
XYZ17.126.5622.64-
YUV121.9128.0577.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.41%
GREEN value IS 158 (62.11% from 255) = 47.73%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=15.41%
G=47.73%
B=36.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511581220.6800.230.38159.8151.240.98
Hex339E7A4401726a03329
Octal63236172104027462406351
Binary110011100111101111010100010001011110011010100000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,158,122); }

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

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

 a { background-color: rgb(51,158,122); }

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

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

 span { border-color: rgb(51,158,122); }

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