#3B9E7A

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

Shades of Gossamer #3B9E7A

Tints of Gossamer #3B9E7A

Color information

#3B9E7A (or 0x3B9E7A) is unknown color: approx Gossamer. HEX triplet: 3B, 9E and 7A. RGB value is (59,158,122). Sum of RGB (Red+Green+Blue) = 59+158+122=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #3B9E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9E7A is #C46185. Grayscale: #7C7C7C. Windows color (decimal): -12870022 or 8035899. OLE color: 8035899.

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

Color convert

RGB59158122-
CMYK0.6300.230.38
HSL158.18º45.62%42.55%-
HSV(B)158.18º62.66%61.96%-
XYZ17.5426.7922.66-
YUV124.3126.781.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.40%
GREEN value IS 158 (62.11% from 255) = 46.61%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=17.40%
G=46.61%
B=35.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591581220.6300.230.38158.1845.6242.55
Hex3B9E7A3F017269e2e2b
Octal7323617277027462365653
Binary11101110011110111101011111101011110011010011110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,158,122); }

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

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

 a { background-color: rgb(59,158,122); }

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

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

 span { border-color: rgb(59,158,122); }

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