Shades of Gossamer #3DA394
Tints of Gossamer #3DA394
RGB
CMYK
RGB Variations
Color information
#3DA394 (or 0x3DA394) is known color: Gossamer. HEX triplet: 3D, A3 and 94. RGB value is (61,163,148). Sum of RGB (Red+Green+Blue) = 61+163+148=372 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.40% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA394 is #C25C6B. Grayscale: #828282. Windows color (decimal): -12737644 or 9741117. OLE color: 9741117.
HSL color Cylindrical-coordinate representation of color #3DA394: hue angle of 171.18º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA394 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 163 | 148 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.36 |
| HSL | 171.18º | 0.46% | 0.44% | - |
| HSV(B) | 171.18º | 0.63% | 0.64% | - |
| XYZ | 20.37 | 29.32 | 32.6 | - |
| YUV | 130.79 | 137.71 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 148 | 0.63 | 0 | 0.09 | 0.36 | 171.18 | 0.46 | 0.44 |
| Hex | 3D | A3 | 94 | 3F | 0 | 9 | 24 | AB | 2E | 2C |
| Octal | 75 | 243 | 224 | 77 | 0 | 11 | 44 | 253 | 56 | 54 |
| Binary | 111101 | 10100011 | 10010100 | 111111 | 0 | 1001 | 100100 | 10101011 | 101110 | 101100 |
Color Harmonies of #3DA394
Complementary color
Monochromatic Colors of #3DA394
Black with #3DA394
Text Example
Text Example
White with #3DA394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA394; }
p { color: rgb(61,163,148); }
H1.HeaderClassName
{
color: #3DA394;
}
.AnyTagClassName
{
color: #3DA394;
}
</style>
background-color css
<style>
a { background-color: #3DA394; }
a { background-color: rgb(61,163,148); }
div.DivClassName
{
background-color: #3DA394;
}
.BgClassName
{
background-color: #3DA394;
}
</style>
border-color css
<style>
span { border-color: #3DA394; }
span { border-color: rgb(61,163,148); }
td.TdClassName
{
border-color: #3DA394;
}
.TagClassName
{
border-color: #3DA394;
}
</style>