#399C89

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

Shades of Gossamer #399C89

Tints of Gossamer #399C89

Color information

#399C89 (or 0x399C89) is unknown color: approx Gossamer. HEX triplet: 39, 9C and 89. RGB value is (57,156,137). Sum of RGB (Red+Green+Blue) = 57+156+137=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #399C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399C89 is #C66376. Grayscale: #7C7C7C. Windows color (decimal): -13001591 or 9018425. OLE color: 9018425.

HSL color Cylindrical-coordinate representation of color #399C89: hue angle of 168.48º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399C89 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB57156137-
CMYK0.6300.120.39
HSL168.48º46.48%41.76%-
HSV(B)168.48º63.46%61.18%-
XYZ18.0926.4527.82-
YUV124.23135.280.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.29%
GREEN value IS 156 (61.33% from 255) = 44.57%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=16.29%
G=44.57%
B=39.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571561370.6300.120.39168.4846.4841.76
Hex399C893F0C27a82e2a
Octal7123421177014472505652
Binary11100110011100100010011111110110010011110101000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,156,137); }

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

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

 a { background-color: rgb(57,156,137); }

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

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

 span { border-color: rgb(57,156,137); }

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