Shades of Gossamer #3CA690
Tints of Gossamer #3CA690
RGB
CMYK
RGB Variations
Color information
#3CA690 (or 0x3CA690) is known color: Gossamer. HEX triplet: 3C, A6 and 90. RGB value is (60,166,144). Sum of RGB (Red+Green+Blue) = 60+166+144=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA690 is #C3596F. Grayscale: #838383. Windows color (decimal): -12802416 or 9479740. OLE color: 9479740.
HSL color Cylindrical-coordinate representation of color #3CA690: hue angle of 167.55º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA690 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 166 | 144 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.35 |
| HSL | 167.55º | 0.47% | 0.44% | - |
| HSV(B) | 167.55º | 0.64% | 0.65% | - |
| XYZ | 20.53 | 30.25 | 31.14 | - |
| YUV | 131.8 | 134.88 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 166 | 144 | 0.64 | 0 | 0.13 | 0.35 | 167.55 | 0.47 | 0.44 |
| Hex | 3C | A6 | 90 | 40 | 0 | D | 23 | A8 | 2F | 2C |
| Octal | 74 | 246 | 220 | 100 | 0 | 15 | 43 | 250 | 57 | 54 |
| Binary | 111100 | 10100110 | 10010000 | 1000000 | 0 | 1101 | 100011 | 10101000 | 101111 | 101100 |
Color Harmonies of #3CA690
Complementary color
Monochromatic Colors of #3CA690
Black with #3CA690
Text Example
Text Example
White with #3CA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA690; }
p { color: rgb(60,166,144); }
H1.HeaderClassName
{
color: #3CA690;
}
.AnyTagClassName
{
color: #3CA690;
}
</style>
background-color css
<style>
a { background-color: #3CA690; }
a { background-color: rgb(60,166,144); }
div.DivClassName
{
background-color: #3CA690;
}
.BgClassName
{
background-color: #3CA690;
}
</style>
border-color css
<style>
span { border-color: #3CA690; }
span { border-color: rgb(60,166,144); }
td.TdClassName
{
border-color: #3CA690;
}
.TagClassName
{
border-color: #3CA690;
}
</style>