#3F9E8B

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

Shades of Gossamer #3F9E8B

Tints of Gossamer #3F9E8B

Color information

#3F9E8B (or 0x3F9E8B) is unknown color: approx Gossamer. HEX triplet: 3F, 9E and 8B. RGB value is (63,158,139). Sum of RGB (Red+Green+Blue) = 63+158+139=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 158 - color contains mainly: green. Hex color #3F9E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9E8B is #C06174. Grayscale: #7F7F7F. Windows color (decimal): -12607861 or 9150015. OLE color: 9150015.

HSL color Cylindrical-coordinate representation of color #3F9E8B: hue angle of 168º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9E8B is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB63158139-
CMYK0.6000.120.38
HSL168º42.99%43.33%-
HSV(B)168º60.13%61.96%-
XYZ18.9427.3728.71-
YUV127.43134.5382.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.5%
GREEN value IS 158 (62.11% from 255) = 43.89%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=17.5%
G=43.89%
B=38.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631581390.6000.120.3816842.9943.33
Hex3F9E8B3C0C26a82b2b
Octal7723621374014462505353
Binary11111110011110100010111111000110010011010101000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F9E8B; }

 p { color: rgb(63,158,139); }

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

<style>
 a { background-color: #3F9E8B; }

 a { background-color: rgb(63,158,139); }

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

<style>
 span { border-color: #3F9E8B; }

 span { border-color: rgb(63,158,139); }

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