Shades of Gossamer #3CAA7F
Tints of Gossamer #3CAA7F
RGB
CMYK
RGB Variations
Color information
#3CAA7F (or 0x3CAA7F) is known color: Gossamer. HEX triplet: 3C, AA and 7F. RGB value is (60,170,127). Sum of RGB (Red+Green+Blue) = 60+170+127=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA7F is #C35580. Grayscale: #848484. Windows color (decimal): -12801409 or 8366652. OLE color: 8366652.
HSL color Cylindrical-coordinate representation of color #3CAA7F: hue angle of 156.55º 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 #3CAA7F is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 127 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.33 |
| HSL | 156.55º | 0.48% | 0.45% | - |
| HSV(B) | 156.55º | 0.65% | 0.67% | - |
| XYZ | 20.07 | 31.24 | 25.05 | - |
| YUV | 132.21 | 125.06 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 127 | 0.65 | 0 | 0.25 | 0.33 | 156.55 | 0.48 | 0.45 |
| Hex | 3C | AA | 7F | 41 | 0 | 19 | 21 | 9D | 30 | 2D |
| Octal | 74 | 252 | 177 | 101 | 0 | 31 | 41 | 235 | 60 | 55 |
| Binary | 111100 | 10101010 | 1111111 | 1000001 | 0 | 11001 | 100001 | 10011101 | 110000 | 101101 |
Color Harmonies of #3CAA7F
Complementary color
Monochromatic Colors of #3CAA7F
Black with #3CAA7F
Text Example
Text Example
White with #3CAA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA7F; }
p { color: rgb(60,170,127); }
H1.HeaderClassName
{
color: #3CAA7F;
}
.AnyTagClassName
{
color: #3CAA7F;
}
</style>
background-color css
<style>
a { background-color: #3CAA7F; }
a { background-color: rgb(60,170,127); }
div.DivClassName
{
background-color: #3CAA7F;
}
.BgClassName
{
background-color: #3CAA7F;
}
</style>
border-color css
<style>
span { border-color: #3CAA7F; }
span { border-color: rgb(60,170,127); }
td.TdClassName
{
border-color: #3CAA7F;
}
.TagClassName
{
border-color: #3CAA7F;
}
</style>