Shades of Gossamer #3CAD8A
Tints of Gossamer #3CAD8A
RGB
CMYK
RGB Variations
Color information
#3CAD8A (or 0x3CAD8A) is known color: Gossamer. HEX triplet: 3C, AD and 8A. RGB value is (60,173,138). Sum of RGB (Red+Green+Blue) = 60+173+138=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAD8A is #C35275. Grayscale: #878787. Windows color (decimal): -12800630 or 9088316. OLE color: 9088316.
HSL color Cylindrical-coordinate representation of color #3CAD8A: hue angle of 161.42º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAD8A is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 138 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.32 |
| HSL | 161.42º | 0.48% | 0.46% | - |
| HSV(B) | 161.42º | 0.65% | 0.68% | - |
| XYZ | 21.39 | 32.68 | 29.23 | - |
| YUV | 135.22 | 129.56 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 138 | 0.65 | 0 | 0.20 | 0.32 | 161.42 | 0.48 | 0.46 |
| Hex | 3C | AD | 8A | 41 | 0 | 14 | 20 | A1 | 30 | 2E |
| Octal | 74 | 255 | 212 | 101 | 0 | 24 | 40 | 241 | 60 | 56 |
| Binary | 111100 | 10101101 | 10001010 | 1000001 | 0 | 10100 | 100000 | 10100001 | 110000 | 101110 |
Color Harmonies of #3CAD8A
Complementary color
Monochromatic Colors of #3CAD8A
Black with #3CAD8A
Text Example
Text Example
White with #3CAD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAD8A; }
p { color: rgb(60,173,138); }
H1.HeaderClassName
{
color: #3CAD8A;
}
.AnyTagClassName
{
color: #3CAD8A;
}
</style>
background-color css
<style>
a { background-color: #3CAD8A; }
a { background-color: rgb(60,173,138); }
div.DivClassName
{
background-color: #3CAD8A;
}
.BgClassName
{
background-color: #3CAD8A;
}
</style>
border-color css
<style>
span { border-color: #3CAD8A; }
span { border-color: rgb(60,173,138); }
td.TdClassName
{
border-color: #3CAD8A;
}
.TagClassName
{
border-color: #3CAD8A;
}
</style>