Shades of Gossamer #3CA693
Tints of Gossamer #3CA693
RGB
CMYK
RGB Variations
Color information
#3CA693 (or 0x3CA693) is known color: Gossamer. HEX triplet: 3C, A6 and 93. RGB value is (60,166,147). Sum of RGB (Red+Green+Blue) = 60+166+147=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA693 is #C3596C. Grayscale: #848484. Windows color (decimal): -12802413 or 9676348. OLE color: 9676348.
HSL color Cylindrical-coordinate representation of color #3CA693: hue angle of 169.25º 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 #3CA693 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 166 | 147 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.35 |
| HSL | 169.25º | 0.47% | 0.44% | - |
| HSV(B) | 169.25º | 0.64% | 0.65% | - |
| XYZ | 20.77 | 30.34 | 32.37 | - |
| YUV | 132.14 | 136.38 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 166 | 147 | 0.64 | 0 | 0.11 | 0.35 | 169.25 | 0.47 | 0.44 |
| Hex | 3C | A6 | 93 | 40 | 0 | B | 23 | A9 | 2F | 2C |
| Octal | 74 | 246 | 223 | 100 | 0 | 13 | 43 | 251 | 57 | 54 |
| Binary | 111100 | 10100110 | 10010011 | 1000000 | 0 | 1011 | 100011 | 10101001 | 101111 | 101100 |
Color Harmonies of #3CA693
Complementary color
Monochromatic Colors of #3CA693
Black with #3CA693
Text Example
Text Example
White with #3CA693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA693; }
p { color: rgb(60,166,147); }
H1.HeaderClassName
{
color: #3CA693;
}
.AnyTagClassName
{
color: #3CA693;
}
</style>
background-color css
<style>
a { background-color: #3CA693; }
a { background-color: rgb(60,166,147); }
div.DivClassName
{
background-color: #3CA693;
}
.BgClassName
{
background-color: #3CA693;
}
</style>
border-color css
<style>
span { border-color: #3CA693; }
span { border-color: rgb(60,166,147); }
td.TdClassName
{
border-color: #3CA693;
}
.TagClassName
{
border-color: #3CA693;
}
</style>