#3C9F8D

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

Shades of Gossamer #3C9F8D

Tints of Gossamer #3C9F8D

Color information

#3C9F8D (or 0x3C9F8D) is unknown color: approx Gossamer. HEX triplet: 3C, 9F and 8D. RGB value is (60,159,141). Sum of RGB (Red+Green+Blue) = 60+159+141=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #3C9F8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9F8D is #C36072. Grayscale: #7F7F7F. Windows color (decimal): -12804211 or 9281340. OLE color: 9281340.

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

Color convert

RGB60159141-
CMYK0.6200.110.38
HSL169.09º45.21%42.94%-
HSV(B)169.09º62.26%62.35%-
XYZ19.0727.6829.54-
YUV127.35135.779.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.67%
GREEN value IS 159 (62.5% from 255) = 44.17%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=16.67%
G=44.17%
B=39.17%

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
Decimal601591410.6200.110.38169.0945.2142.94
Hex3C9F8D3E0B26a92d2b
Octal7423721576013462515553
Binary11110010011111100011011111100101110011010101001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,159,141); }

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

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

 a { background-color: rgb(60,159,141); }

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

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

 span { border-color: rgb(60,159,141); }

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