Shades of Gossamer #3DA695
Tints of Gossamer #3DA695
RGB
CMYK
RGB Variations
Color information
#3DA695 (or 0x3DA695) is known color: Gossamer. HEX triplet: 3D, A6 and 95. RGB value is (61,166,149). Sum of RGB (Red+Green+Blue) = 61+166+149=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA695 is #C2596A. Grayscale: #848484. Windows color (decimal): -12736875 or 9807421. OLE color: 9807421.
HSL color Cylindrical-coordinate representation of color #3DA695: hue angle of 170.29º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA695 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 166 | 149 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.35 |
| HSL | 170.29º | 0.46% | 0.45% | - |
| HSV(B) | 170.29º | 0.63% | 0.65% | - |
| XYZ | 20.99 | 30.43 | 33.2 | - |
| YUV | 132.67 | 137.21 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 166 | 149 | 0.63 | 0 | 0.10 | 0.35 | 170.29 | 0.46 | 0.45 |
| Hex | 3D | A6 | 95 | 3F | 0 | A | 23 | AA | 2E | 2D |
| Octal | 75 | 246 | 225 | 77 | 0 | 12 | 43 | 252 | 56 | 55 |
| Binary | 111101 | 10100110 | 10010101 | 111111 | 0 | 1010 | 100011 | 10101010 | 101110 | 101101 |
Color Harmonies of #3DA695
Complementary color
Monochromatic Colors of #3DA695
Black with #3DA695
Text Example
Text Example
White with #3DA695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA695; }
p { color: rgb(61,166,149); }
H1.HeaderClassName
{
color: #3DA695;
}
.AnyTagClassName
{
color: #3DA695;
}
</style>
background-color css
<style>
a { background-color: #3DA695; }
a { background-color: rgb(61,166,149); }
div.DivClassName
{
background-color: #3DA695;
}
.BgClassName
{
background-color: #3DA695;
}
</style>
border-color css
<style>
span { border-color: #3DA695; }
span { border-color: rgb(61,166,149); }
td.TdClassName
{
border-color: #3DA695;
}
.TagClassName
{
border-color: #3DA695;
}
</style>