Shades of Gossamer #3CAC90
Tints of Gossamer #3CAC90
RGB
CMYK
RGB Variations
Color information
#3CAC90 (or 0x3CAC90) is known color: Gossamer. HEX triplet: 3C, AC and 90. RGB value is (60,172,144). Sum of RGB (Red+Green+Blue) = 60+172+144=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAC90 is #C3536F. Grayscale: #878787. Windows color (decimal): -12800880 or 9481276. OLE color: 9481276.
HSL color Cylindrical-coordinate representation of color #3CAC90: hue angle of 165º 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 #3CAC90 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 144 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.33 |
| HSL | 165º | 0.48% | 0.45% | - |
| HSV(B) | 165º | 0.65% | 0.67% | - |
| XYZ | 21.65 | 32.48 | 31.51 | - |
| YUV | 135.32 | 132.89 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 144 | 0.65 | 0 | 0.16 | 0.33 | 165 | 0.48 | 0.45 |
| Hex | 3C | AC | 90 | 41 | 0 | 10 | 21 | A5 | 30 | 2D |
| Octal | 74 | 254 | 220 | 101 | 0 | 20 | 41 | 245 | 60 | 55 |
| Binary | 111100 | 10101100 | 10010000 | 1000001 | 0 | 10000 | 100001 | 10100101 | 110000 | 101101 |
Color Harmonies of #3CAC90
Complementary color
Monochromatic Colors of #3CAC90
Black with #3CAC90
Text Example
Text Example
White with #3CAC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC90; }
p { color: rgb(60,172,144); }
H1.HeaderClassName
{
color: #3CAC90;
}
.AnyTagClassName
{
color: #3CAC90;
}
</style>
background-color css
<style>
a { background-color: #3CAC90; }
a { background-color: rgb(60,172,144); }
div.DivClassName
{
background-color: #3CAC90;
}
.BgClassName
{
background-color: #3CAC90;
}
</style>
border-color css
<style>
span { border-color: #3CAC90; }
span { border-color: rgb(60,172,144); }
td.TdClassName
{
border-color: #3CAC90;
}
.TagClassName
{
border-color: #3CAC90;
}
</style>