Shades of Gossamer #3CAA91
Tints of Gossamer #3CAA91
RGB
CMYK
RGB Variations
Color information
#3CAA91 (or 0x3CAA91) is known color: Gossamer. HEX triplet: 3C, AA and 91. RGB value is (60,170,145). Sum of RGB (Red+Green+Blue) = 60+170+145=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAA91 is #C3556E. Grayscale: #868686. Windows color (decimal): -12801391 or 9546300. OLE color: 9546300.
HSL color Cylindrical-coordinate representation of color #3CAA91: hue angle of 166.36º 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 #3CAA91 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 145 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.33 |
| HSL | 166.36º | 0.48% | 0.45% | - |
| HSV(B) | 166.36º | 0.65% | 0.67% | - |
| XYZ | 21.35 | 31.75 | 31.79 | - |
| YUV | 134.26 | 134.06 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 145 | 0.65 | 0 | 0.15 | 0.33 | 166.36 | 0.48 | 0.45 |
| Hex | 3C | AA | 91 | 41 | 0 | F | 21 | A6 | 30 | 2D |
| Octal | 74 | 252 | 221 | 101 | 0 | 17 | 41 | 246 | 60 | 55 |
| Binary | 111100 | 10101010 | 10010001 | 1000001 | 0 | 1111 | 100001 | 10100110 | 110000 | 101101 |
Color Harmonies of #3CAA91
Complementary color
Monochromatic Colors of #3CAA91
Black with #3CAA91
Text Example
Text Example
White with #3CAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA91; }
p { color: rgb(60,170,145); }
H1.HeaderClassName
{
color: #3CAA91;
}
.AnyTagClassName
{
color: #3CAA91;
}
</style>
background-color css
<style>
a { background-color: #3CAA91; }
a { background-color: rgb(60,170,145); }
div.DivClassName
{
background-color: #3CAA91;
}
.BgClassName
{
background-color: #3CAA91;
}
</style>
border-color css
<style>
span { border-color: #3CAA91; }
span { border-color: rgb(60,170,145); }
td.TdClassName
{
border-color: #3CAA91;
}
.TagClassName
{
border-color: #3CAA91;
}
</style>