#399A8F

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

Shades of Gossamer #399A8F

Tints of Gossamer #399A8F

Color information

#399A8F (or 0x399A8F) is unknown color: approx Gossamer. HEX triplet: 39, 9A and 8F. RGB value is (57,154,143). Sum of RGB (Red+Green+Blue) = 57+154+143=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #399A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399A8F is #C66570. Grayscale: #7B7B7B. Windows color (decimal): -13002097 or 9411129. OLE color: 9411129.

HSL color Cylindrical-coordinate representation of color #399A8F: hue angle of 173.2º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399A8F is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB57154143-
CMYK0.6300.070.40
HSL173.2º45.97%41.37%-
HSV(B)173.2º62.99%60.39%-
XYZ18.225.9630.04-
YUV123.74138.8680.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.10%
GREEN value IS 154 (60.55% from 255) = 43.50%
BLUE value IS 143 (56.25% from 255) = 40.40%
R=16.10%
G=43.50%
B=40.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571541430.6300.070.40173.245.9741.37
Hex399A8F3F0728ad2e29
Octal712322177707502555651
Binary1110011001101010001111111111011110100010101101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,154,143); }

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

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

 a { background-color: rgb(57,154,143); }

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

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

 span { border-color: rgb(57,154,143); }

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