Shades of Gossamer #3DAC9C
Tints of Gossamer #3DAC9C
RGB
CMYK
RGB Variations
Color information
#3DAC9C (or 0x3DAC9C) is known color: Gossamer. HEX triplet: 3D, AC and 9C. RGB value is (61,172,156). Sum of RGB (Red+Green+Blue) = 61+172+156=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAC9C is #C25363. Grayscale: #888888. Windows color (decimal): -12735332 or 10267709. OLE color: 10267709.
HSL color Cylindrical-coordinate representation of color #3DAC9C: hue angle of 171.35º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAC9C is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 156 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.33 |
| HSL | 171.35º | 0.48% | 0.46% | - |
| HSV(B) | 171.35º | 0.65% | 0.67% | - |
| XYZ | 22.68 | 32.9 | 36.61 | - |
| YUV | 136.99 | 138.73 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 156 | 0.65 | 0 | 0.09 | 0.33 | 171.35 | 0.48 | 0.46 |
| Hex | 3D | AC | 9C | 41 | 0 | 9 | 21 | AB | 30 | 2E |
| Octal | 75 | 254 | 234 | 101 | 0 | 11 | 41 | 253 | 60 | 56 |
| Binary | 111101 | 10101100 | 10011100 | 1000001 | 0 | 1001 | 100001 | 10101011 | 110000 | 101110 |
Color Harmonies of #3DAC9C
Complementary color
Monochromatic Colors of #3DAC9C
Black with #3DAC9C
Text Example
Text Example
White with #3DAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC9C; }
p { color: rgb(61,172,156); }
H1.HeaderClassName
{
color: #3DAC9C;
}
.AnyTagClassName
{
color: #3DAC9C;
}
</style>
background-color css
<style>
a { background-color: #3DAC9C; }
a { background-color: rgb(61,172,156); }
div.DivClassName
{
background-color: #3DAC9C;
}
.BgClassName
{
background-color: #3DAC9C;
}
</style>
border-color css
<style>
span { border-color: #3DAC9C; }
span { border-color: rgb(61,172,156); }
td.TdClassName
{
border-color: #3DAC9C;
}
.TagClassName
{
border-color: #3DAC9C;
}
</style>