#399e80

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

Shades of Gossamer #399E80

Tints of Gossamer #399E80

Color information

#399E80 (or 0x399E80) is unknown color: approx Gossamer. HEX triplet: 39, 9E and 80. RGB value is (57,158,128). Sum of RGB (Red+Green+Blue) = 57+158+128=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 158 (62.11% from 255 or 46.06% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 158 - color contains mainly: green. Hex color #399E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399E80 is #C6617F. Grayscale: #7C7C7C. Windows color (decimal): -13001088 or 8429113. OLE color: 8429113.

HSL color Cylindrical-coordinate representation of color #399E80: hue angle of 162.18º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399E80 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB57158128-
CMYK0.6400.190.38
HSL162.18º46.98%42.16%-
HSV(B)162.18º63.92%61.96%-
XYZ17.8126.8824.67-
YUV124.38130.0479.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.62%
GREEN value IS 158 (62.11% from 255) = 46.06%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=16.62%
G=46.06%
B=37.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571581280.6400.190.38162.1846.9842.16
Hex399E804001326a22f2a
Octal71236200100023462425752
Binary1110011001111010000000100000001001110011010100010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399e80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399e80; }

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

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

<style>
 a { background-color: #399e80; }

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

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

<style>
 span { border-color: #399e80; }

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

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