Shades of Gossamer #3DAC91
Tints of Gossamer #3DAC91
RGB
CMYK
RGB Variations
Color information
#3DAC91 (or 0x3DAC91) is known color: Gossamer. HEX triplet: 3D, AC and 91. RGB value is (61,172,145). Sum of RGB (Red+Green+Blue) = 61+172+145=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAC91 is #C2536E. Grayscale: #878787. Windows color (decimal): -12735343 or 9546813. OLE color: 9546813.
HSL color Cylindrical-coordinate representation of color #3DAC91: hue angle of 165.41º 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 #3DAC91 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 145 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.33 |
| HSL | 165.41º | 0.48% | 0.46% | - |
| HSV(B) | 165.41º | 0.65% | 0.67% | - |
| XYZ | 21.79 | 32.54 | 31.92 | - |
| YUV | 135.73 | 133.23 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 145 | 0.65 | 0 | 0.16 | 0.33 | 165.41 | 0.48 | 0.46 |
| Hex | 3D | AC | 91 | 41 | 0 | 10 | 21 | A5 | 30 | 2E |
| Octal | 75 | 254 | 221 | 101 | 0 | 20 | 41 | 245 | 60 | 56 |
| Binary | 111101 | 10101100 | 10010001 | 1000001 | 0 | 10000 | 100001 | 10100101 | 110000 | 101110 |
Color Harmonies of #3DAC91
Complementary color
Monochromatic Colors of #3DAC91
Black with #3DAC91
Text Example
Text Example
White with #3DAC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC91; }
p { color: rgb(61,172,145); }
H1.HeaderClassName
{
color: #3DAC91;
}
.AnyTagClassName
{
color: #3DAC91;
}
</style>
background-color css
<style>
a { background-color: #3DAC91; }
a { background-color: rgb(61,172,145); }
div.DivClassName
{
background-color: #3DAC91;
}
.BgClassName
{
background-color: #3DAC91;
}
</style>
border-color css
<style>
span { border-color: #3DAC91; }
span { border-color: rgb(61,172,145); }
td.TdClassName
{
border-color: #3DAC91;
}
.TagClassName
{
border-color: #3DAC91;
}
</style>