#339E7E

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

Shades of Gossamer #339E7E

Tints of Gossamer #339E7E

Color information

#339E7E (or 0x339E7E) is unknown color: approx Gossamer. HEX triplet: 33, 9E and 7E. RGB value is (51,158,126). Sum of RGB (Red+Green+Blue) = 51+158+126=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #339E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339E7E is #CC6181. Grayscale: #7A7A7A. Windows color (decimal): -13394306 or 8298035. OLE color: 8298035.

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

Color convert

RGB51158126-
CMYK0.6800.200.38
HSL162.06º51.2%40.98%-
HSV(B)162.06º67.72%61.96%-
XYZ17.3626.6623.97-
YUV122.36130.0577.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=15.22%
G=47.16%
B=37.61%

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
Decimal511581260.6800.200.38162.0651.240.98
Hex339E7E4401426a23329
Octal63236176104024462426351
Binary110011100111101111110100010001010010011010100010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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