#3B9B90

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

Shades of Gossamer #3B9B90

Tints of Gossamer #3B9B90

Color information

#3B9B90 (or 0x3B9B90) is unknown color: approx Gossamer. HEX triplet: 3B, 9B and 90. RGB value is (59,155,144). Sum of RGB (Red+Green+Blue) = 59+155+144=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9B90 is #C4646F. Grayscale: #7C7C7C. Windows color (decimal): -12870768 or 9476923. OLE color: 9476923.

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

Color convert

RGB59155144-
CMYK0.6200.070.39
HSL173.12º44.86%41.96%-
HSV(B)173.12º61.94%60.78%-
XYZ18.5626.3930.5-
YUV125.04138.780.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.48%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=16.48%
G=43.30%
B=40.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591551440.6200.070.39173.1244.8641.96
Hex3B9B903E0727ad2d2a
Octal732332207607472555552
Binary1110111001101110010000111110011110011110101101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,155,144); }

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

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

 a { background-color: rgb(59,155,144); }

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

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

 span { border-color: rgb(59,155,144); }

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