#3F9A8B

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

Shades of Gossamer #3F9A8B

Tints of Gossamer #3F9A8B

Color information

#3F9A8B (or 0x3F9A8B) is unknown color: approx Gossamer. HEX triplet: 3F, 9A and 8B. RGB value is (63,154,139). Sum of RGB (Red+Green+Blue) = 63+154+139=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 154 - color contains mainly: green. Hex color #3F9A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9A8B is #C06574. Grayscale: #7D7D7D. Windows color (decimal): -12608885 or 9148991. OLE color: 9148991.

HSL color Cylindrical-coordinate representation of color #3F9A8B: hue angle of 170.11º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9A8B is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB63154139-
CMYK0.5900.100.40
HSL170.11º41.94%42.55%-
HSV(B)170.11º59.09%60.39%-
XYZ18.2726.0328.49-
YUV125.08135.8583.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.70%
GREEN value IS 154 (60.55% from 255) = 43.26%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=17.70%
G=43.26%
B=39.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal631541390.5900.100.40170.1141.9442.55
Hex3F9A8B3B0A28aa2a2b
Octal7723221373012502525253
Binary11111110011010100010111110110101010100010101010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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