#339E80

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

Shades of Gossamer #339E80

Tints of Gossamer #339E80

Color information

#339E80 (or 0x339E80) is unknown color: approx Gossamer. HEX triplet: 33, 9E and 80. RGB value is (51,158,128). Sum of RGB (Red+Green+Blue) = 51+158+128=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #339E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339E80 is #CC617F. Grayscale: #7A7A7A. Windows color (decimal): -13394304 or 8429107. OLE color: 8429107.

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

Color convert

RGB51158128-
CMYK0.6800.190.38
HSL163.18º51.2%40.98%-
HSV(B)163.18º67.72%61.96%-
XYZ17.4926.7224.66-
YUV122.59131.0576.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 158 (62.11% from 255) = 46.88%
BLUE value IS 128 (50.39% from 255) = 37.98%
R=15.13%
G=46.88%
B=37.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511581280.6800.190.38163.1851.240.98
Hex339E804401326a33329
Octal63236200104023462436351
Binary1100111001111010000000100010001001110011010100011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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