#3B9D8B

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

Shades of Gossamer #3B9D8B

Tints of Gossamer #3B9D8B

Color information

#3B9D8B (or 0x3B9D8B) is unknown color: approx Gossamer. HEX triplet: 3B, 9D and 8B. RGB value is (59,157,139). Sum of RGB (Red+Green+Blue) = 59+157+139=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #3B9D8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9D8B is #C46274. Grayscale: #7D7D7D. Windows color (decimal): -12870261 or 9149755. OLE color: 9149755.

HSL color Cylindrical-coordinate representation of color #3B9D8B: hue angle of 168.98º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9D8B is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB59157139-
CMYK0.6200.110.38
HSL168.98º45.37%42.35%-
HSV(B)168.98º62.42%61.57%-
XYZ18.5226.9128.64-
YUV125.65135.5380.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.62%
GREEN value IS 157 (61.72% from 255) = 44.23%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=16.62%
G=44.23%
B=39.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591571390.6200.110.38168.9845.3742.35
Hex3B9D8B3E0B26a92d2a
Octal7323521376013462515552
Binary11101110011101100010111111100101110011010101001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,157,139); }

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

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

 a { background-color: rgb(59,157,139); }

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

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

 span { border-color: rgb(59,157,139); }

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