Shades of Gossamer #3CAA8D
Tints of Gossamer #3CAA8D
RGB
CMYK
RGB Variations
Color information
#3CAA8D (or 0x3CAA8D) is known color: Gossamer. HEX triplet: 3C, AA and 8D. RGB value is (60,170,141). Sum of RGB (Red+Green+Blue) = 60+170+141=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAA8D is #C35572. Grayscale: #858585. Windows color (decimal): -12801395 or 9284156. OLE color: 9284156.
HSL color Cylindrical-coordinate representation of color #3CAA8D: hue angle of 164.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAA8D is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 141 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.33 |
| HSL | 164.18º | 0.48% | 0.45% | - |
| HSV(B) | 164.18º | 0.65% | 0.67% | - |
| XYZ | 21.05 | 31.63 | 30.2 | - |
| YUV | 133.8 | 132.06 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 141 | 0.65 | 0 | 0.17 | 0.33 | 164.18 | 0.48 | 0.45 |
| Hex | 3C | AA | 8D | 41 | 0 | 11 | 21 | A4 | 30 | 2D |
| Octal | 74 | 252 | 215 | 101 | 0 | 21 | 41 | 244 | 60 | 55 |
| Binary | 111100 | 10101010 | 10001101 | 1000001 | 0 | 10001 | 100001 | 10100100 | 110000 | 101101 |
Color Harmonies of #3CAA8D
Complementary color
Monochromatic Colors of #3CAA8D
Black with #3CAA8D
Text Example
Text Example
White with #3CAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA8D; }
p { color: rgb(60,170,141); }
H1.HeaderClassName
{
color: #3CAA8D;
}
.AnyTagClassName
{
color: #3CAA8D;
}
</style>
background-color css
<style>
a { background-color: #3CAA8D; }
a { background-color: rgb(60,170,141); }
div.DivClassName
{
background-color: #3CAA8D;
}
.BgClassName
{
background-color: #3CAA8D;
}
</style>
border-color css
<style>
span { border-color: #3CAA8D; }
span { border-color: rgb(60,170,141); }
td.TdClassName
{
border-color: #3CAA8D;
}
.TagClassName
{
border-color: #3CAA8D;
}
</style>