Shades of Gossamer #3DA98C
Tints of Gossamer #3DA98C
RGB
CMYK
RGB Variations
Color information
#3DA98C (or 0x3DA98C) is known color: Gossamer. HEX triplet: 3D, A9 and 8C. RGB value is (61,169,140). Sum of RGB (Red+Green+Blue) = 61+169+140=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #3DA98C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA98C is #C25673. Grayscale: #858585. Windows color (decimal): -12736116 or 9218365. OLE color: 9218365.
HSL color Cylindrical-coordinate representation of color #3DA98C: hue angle of 163.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA98C is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 169 | 140 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.34 |
| HSL | 163.89º | 0.47% | 0.45% | - |
| HSV(B) | 163.89º | 0.64% | 0.66% | - |
| XYZ | 20.85 | 31.26 | 29.75 | - |
| YUV | 133.4 | 131.72 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 169 | 140 | 0.64 | 0 | 0.17 | 0.34 | 163.89 | 0.47 | 0.45 |
| Hex | 3D | A9 | 8C | 40 | 0 | 11 | 22 | A4 | 2F | 2D |
| Octal | 75 | 251 | 214 | 100 | 0 | 21 | 42 | 244 | 57 | 55 |
| Binary | 111101 | 10101001 | 10001100 | 1000000 | 0 | 10001 | 100010 | 10100100 | 101111 | 101101 |
Color Harmonies of #3DA98C
Complementary color
Monochromatic Colors of #3DA98C
Black with #3DA98C
Text Example
Text Example
White with #3DA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA98C; }
p { color: rgb(61,169,140); }
H1.HeaderClassName
{
color: #3DA98C;
}
.AnyTagClassName
{
color: #3DA98C;
}
</style>
background-color css
<style>
a { background-color: #3DA98C; }
a { background-color: rgb(61,169,140); }
div.DivClassName
{
background-color: #3DA98C;
}
.BgClassName
{
background-color: #3DA98C;
}
</style>
border-color css
<style>
span { border-color: #3DA98C; }
span { border-color: rgb(61,169,140); }
td.TdClassName
{
border-color: #3DA98C;
}
.TagClassName
{
border-color: #3DA98C;
}
</style>