#339E85

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

Shades of Gossamer #339E85

Tints of Gossamer #339E85

Color information

#339E85 (or 0x339E85) is unknown color: approx Gossamer. HEX triplet: 33, 9E and 85. RGB value is (51,158,133). Sum of RGB (Red+Green+Blue) = 51+158+133=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #339E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339E85 is #CC617A. Grayscale: #7B7B7B. Windows color (decimal): -13394299 or 8756787. OLE color: 8756787.

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

Color convert

RGB51158133-
CMYK0.6800.160.38
HSL165.98º51.2%40.98%-
HSV(B)165.98º67.72%61.96%-
XYZ17.8326.8526.43-
YUV123.16133.5576.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.91%
GREEN value IS 158 (62.11% from 255) = 46.20%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=14.91%
G=46.20%
B=38.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511581330.6800.160.38165.9851.240.98
Hex339E854401026a63329
Octal63236205104020462466351
Binary1100111001111010000101100010001000010011010100110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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