Shades of Gossamer #3CA79C
Tints of Gossamer #3CA79C
RGB
CMYK
RGB Variations
Color information
#3CA79C (or 0x3CA79C) is known color: Gossamer. HEX triplet: 3C, A7 and 9C. RGB value is (60,167,156). Sum of RGB (Red+Green+Blue) = 60+167+156=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA79C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA79C is #C35863. Grayscale: #858585. Windows color (decimal): -12802148 or 10266428. OLE color: 10266428.
HSL color Cylindrical-coordinate representation of color #3CA79C: hue angle of 173.83º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA79C is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 167 | 156 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.35 |
| HSL | 173.83º | 0.47% | 0.45% | - |
| HSV(B) | 173.83º | 0.64% | 0.65% | - |
| XYZ | 21.68 | 31 | 36.29 | - |
| YUV | 133.75 | 140.55 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 167 | 156 | 0.64 | 0 | 0.07 | 0.35 | 173.83 | 0.47 | 0.45 |
| Hex | 3C | A7 | 9C | 40 | 0 | 7 | 23 | AE | 2F | 2D |
| Octal | 74 | 247 | 234 | 100 | 0 | 7 | 43 | 256 | 57 | 55 |
| Binary | 111100 | 10100111 | 10011100 | 1000000 | 0 | 111 | 100011 | 10101110 | 101111 | 101101 |
Color Harmonies of #3CA79C
Complementary color
Monochromatic Colors of #3CA79C
Black with #3CA79C
Text Example
Text Example
White with #3CA79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA79C; }
p { color: rgb(60,167,156); }
H1.HeaderClassName
{
color: #3CA79C;
}
.AnyTagClassName
{
color: #3CA79C;
}
</style>
background-color css
<style>
a { background-color: #3CA79C; }
a { background-color: rgb(60,167,156); }
div.DivClassName
{
background-color: #3CA79C;
}
.BgClassName
{
background-color: #3CA79C;
}
</style>
border-color css
<style>
span { border-color: #3CA79C; }
span { border-color: rgb(60,167,156); }
td.TdClassName
{
border-color: #3CA79C;
}
.TagClassName
{
border-color: #3CA79C;
}
</style>