Shades of Gossamer #3CAA85
Tints of Gossamer #3CAA85
RGB
CMYK
RGB Variations
Color information
#3CAA85 (or 0x3CAA85) is known color: Gossamer. HEX triplet: 3C, AA and 85. RGB value is (60,170,133). Sum of RGB (Red+Green+Blue) = 60+170+133=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAA85 is #C3557A. Grayscale: #848484. Windows color (decimal): -12801403 or 8759868. OLE color: 8759868.
HSL color Cylindrical-coordinate representation of color #3CAA85: hue angle of 159.82º 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 #3CAA85 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 133 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.33 |
| HSL | 159.82º | 0.48% | 0.45% | - |
| HSV(B) | 159.82º | 0.65% | 0.67% | - |
| XYZ | 20.47 | 31.4 | 27.17 | - |
| YUV | 132.89 | 128.06 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 133 | 0.65 | 0 | 0.22 | 0.33 | 159.82 | 0.48 | 0.45 |
| Hex | 3C | AA | 85 | 41 | 0 | 16 | 21 | A0 | 30 | 2D |
| Octal | 74 | 252 | 205 | 101 | 0 | 26 | 41 | 240 | 60 | 55 |
| Binary | 111100 | 10101010 | 10000101 | 1000001 | 0 | 10110 | 100001 | 10100000 | 110000 | 101101 |
Color Harmonies of #3CAA85
Complementary color
Monochromatic Colors of #3CAA85
Black with #3CAA85
Text Example
Text Example
White with #3CAA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA85; }
p { color: rgb(60,170,133); }
H1.HeaderClassName
{
color: #3CAA85;
}
.AnyTagClassName
{
color: #3CAA85;
}
</style>
background-color css
<style>
a { background-color: #3CAA85; }
a { background-color: rgb(60,170,133); }
div.DivClassName
{
background-color: #3CAA85;
}
.BgClassName
{
background-color: #3CAA85;
}
</style>
border-color css
<style>
span { border-color: #3CAA85; }
span { border-color: rgb(60,170,133); }
td.TdClassName
{
border-color: #3CAA85;
}
.TagClassName
{
border-color: #3CAA85;
}
</style>