Shades of Gossamer #3CAC8A
Tints of Gossamer #3CAC8A
RGB
CMYK
RGB Variations
Color information
#3CAC8A (or 0x3CAC8A) is known color: Gossamer. HEX triplet: 3C, AC and 8A. RGB value is (60,172,138). Sum of RGB (Red+Green+Blue) = 60+172+138=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAC8A is #C35375. Grayscale: #868686. Windows color (decimal): -12800886 or 9088060. OLE color: 9088060.
HSL color Cylindrical-coordinate representation of color #3CAC8A: hue angle of 161.79º 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 #3CAC8A is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 138 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.33 |
| HSL | 161.79º | 0.48% | 0.45% | - |
| HSV(B) | 161.79º | 0.65% | 0.67% | - |
| XYZ | 21.2 | 32.3 | 29.16 | - |
| YUV | 134.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 138 | 0.65 | 0 | 0.20 | 0.33 | 161.79 | 0.48 | 0.45 |
| Hex | 3C | AC | 8A | 41 | 0 | 14 | 21 | A2 | 30 | 2D |
| Octal | 74 | 254 | 212 | 101 | 0 | 24 | 41 | 242 | 60 | 55 |
| Binary | 111100 | 10101100 | 10001010 | 1000001 | 0 | 10100 | 100001 | 10100010 | 110000 | 101101 |
Color Harmonies of #3CAC8A
Complementary color
Monochromatic Colors of #3CAC8A
Black with #3CAC8A
Text Example
Text Example
White with #3CAC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC8A; }
p { color: rgb(60,172,138); }
H1.HeaderClassName
{
color: #3CAC8A;
}
.AnyTagClassName
{
color: #3CAC8A;
}
</style>
background-color css
<style>
a { background-color: #3CAC8A; }
a { background-color: rgb(60,172,138); }
div.DivClassName
{
background-color: #3CAC8A;
}
.BgClassName
{
background-color: #3CAC8A;
}
</style>
border-color css
<style>
span { border-color: #3CAC8A; }
span { border-color: rgb(60,172,138); }
td.TdClassName
{
border-color: #3CAC8A;
}
.TagClassName
{
border-color: #3CAC8A;
}
</style>