#3C987B

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

Shades of Gossamer #3C987B

Tints of Gossamer #3C987B

Color information

#3C987B (or 0x3C987B) is unknown color: approx Gossamer. HEX triplet: 3C, 98 and 7B. RGB value is (60,152,123). Sum of RGB (Red+Green+Blue) = 60+152+123=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #3C987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C987B is #C36784. Grayscale: #797979. Windows color (decimal): -12806021 or 8099900. OLE color: 8099900.

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

Color convert

RGB60152123-
CMYK0.6100.190.40
HSL161.09º43.4%41.57%-
HSV(B)161.09º60.53%59.61%-
XYZ16.6724.8522.66-
YUV121.19129.0284.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.91%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 123 (48.44% from 255) = 36.72%
R=17.91%
G=45.37%
B=36.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal601521230.6100.190.40161.0943.441.57
Hex3C987B3D01328a12b2a
Octal7423017375023502415352
Binary11110010011000111101111110101001110100010100001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,152,123); }

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

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

 a { background-color: rgb(60,152,123); }

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

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

 span { border-color: rgb(60,152,123); }

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