#399E94

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

Shades of Gossamer #399E94

Tints of Gossamer #399E94

Color information

#399E94 (or 0x399E94) is unknown color: approx Gossamer. HEX triplet: 39, 9E and 94. RGB value is (57,158,148). Sum of RGB (Red+Green+Blue) = 57+158+148=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #399E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399E94 is #C6616B. Grayscale: #7E7E7E. Windows color (decimal): -13001068 or 9739833. OLE color: 9739833.

HSL color Cylindrical-coordinate representation of color #399E94: hue angle of 174.06º 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 #399E94 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB57158148-
CMYK0.6400.060.38
HSL174.06º46.98%42.16%-
HSV(B)174.06º63.92%61.96%-
XYZ19.2627.4632.3-
YUV126.66140.0478.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.70%
GREEN value IS 158 (62.11% from 255) = 43.53%
BLUE value IS 148 (58.20% from 255) = 40.77%
R=15.70%
G=43.53%
B=40.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571581480.6400.060.38174.0646.9842.16
Hex399E94400626ae2f2a
Octal7123622410006462565752
Binary11100110011110100101001000000011010011010101110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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