#3C9E7C

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

Shades of Gossamer #3C9E7C

Tints of Gossamer #3C9E7C

Color information

#3C9E7C (or 0x3C9E7C) is unknown color: approx Gossamer. HEX triplet: 3C, 9E and 7C. RGB value is (60,158,124). Sum of RGB (Red+Green+Blue) = 60+158+124=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #3C9E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9E7C is #C36183. Grayscale: #7C7C7C. Windows color (decimal): -12804484 or 8166972. OLE color: 8166972.

HSL color Cylindrical-coordinate representation of color #3C9E7C: hue angle of 159.18º 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 #3C9E7C is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB60158124-
CMYK0.6200.220.38
HSL159.18º44.95%42.75%-
HSV(B)159.18º62.03%61.96%-
XYZ17.7326.8723.32-
YUV124.82127.5381.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.54%
GREEN value IS 158 (62.11% from 255) = 46.20%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=17.54%
G=46.20%
B=36.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal601581240.6200.220.38159.1844.9542.75
Hex3C9E7C3E016269f2d2b
Octal7423617476026462375553
Binary11110010011110111110011111001011010011010011111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,158,124); }

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

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

 a { background-color: rgb(60,158,124); }

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

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

 span { border-color: rgb(60,158,124); }

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