Shades of Gossamer #3CA799
Tints of Gossamer #3CA799
RGB
CMYK
RGB Variations
Color information
#3CA799 (or 0x3CA799) is known color: Gossamer. HEX triplet: 3C, A7 and 99. RGB value is (60,167,153). Sum of RGB (Red+Green+Blue) = 60+167+153=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA799 is #C35866. Grayscale: #858585. Windows color (decimal): -12802151 or 10069820. OLE color: 10069820.
HSL color Cylindrical-coordinate representation of color #3CA799: hue angle of 172.15º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA799 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 167 | 153 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.35 |
| HSL | 172.15º | 0.47% | 0.45% | - |
| HSV(B) | 172.15º | 0.64% | 0.65% | - |
| XYZ | 21.43 | 30.9 | 34.97 | - |
| YUV | 133.41 | 139.05 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 167 | 153 | 0.64 | 0 | 0.08 | 0.35 | 172.15 | 0.47 | 0.45 |
| Hex | 3C | A7 | 99 | 40 | 0 | 8 | 23 | AC | 2F | 2D |
| Octal | 74 | 247 | 231 | 100 | 0 | 10 | 43 | 254 | 57 | 55 |
| Binary | 111100 | 10100111 | 10011001 | 1000000 | 0 | 1000 | 100011 | 10101100 | 101111 | 101101 |
Color Harmonies of #3CA799
Complementary color
Monochromatic Colors of #3CA799
Black with #3CA799
Text Example
Text Example
White with #3CA799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA799; }
p { color: rgb(60,167,153); }
H1.HeaderClassName
{
color: #3CA799;
}
.AnyTagClassName
{
color: #3CA799;
}
</style>
background-color css
<style>
a { background-color: #3CA799; }
a { background-color: rgb(60,167,153); }
div.DivClassName
{
background-color: #3CA799;
}
.BgClassName
{
background-color: #3CA799;
}
</style>
border-color css
<style>
span { border-color: #3CA799; }
span { border-color: rgb(60,167,153); }
td.TdClassName
{
border-color: #3CA799;
}
.TagClassName
{
border-color: #3CA799;
}
</style>