#3C9C84

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

Shades of Gossamer #3C9C84

Tints of Gossamer #3C9C84

Color information

#3C9C84 (or 0x3C9C84) is unknown color: approx Gossamer. HEX triplet: 3C, 9C and 84. RGB value is (60,156,132). Sum of RGB (Red+Green+Blue) = 60+156+132=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9C84 is #C3637B. Grayscale: #7C7C7C. Windows color (decimal): -12804988 or 8690748. OLE color: 8690748.

HSL color Cylindrical-coordinate representation of color #3C9C84: hue angle of 165º degrees, saturation: 0.44, 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 #3C9C84 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB60156132-
CMYK0.6200.150.39
HSL165º44.44%42.35%-
HSV(B)165º61.54%61.18%-
XYZ17.9226.425.98-
YUV124.56132.281.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.24%
GREEN value IS 156 (61.33% from 255) = 44.83%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=17.24%
G=44.83%
B=37.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601561320.6200.150.3916544.4442.35
Hex3C9C843E0F27a52c2a
Octal7423420476017472455452
Binary11110010011100100001001111100111110011110100101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,156,132); }

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

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

 a { background-color: rgb(60,156,132); }

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

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

 span { border-color: rgb(60,156,132); }

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