Shades of Gossamer #3DA48C
Tints of Gossamer #3DA48C
RGB
CMYK
RGB Variations
Color information
#3DA48C (or 0x3DA48C) is known color: Gossamer. HEX triplet: 3D, A4 and 8C. RGB value is (61,164,140). Sum of RGB (Red+Green+Blue) = 61+164+140=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA48C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA48C is #C25B73. Grayscale: #828282. Windows color (decimal): -12737396 or 9217085. OLE color: 9217085.
HSL color Cylindrical-coordinate representation of color #3DA48C: hue angle of 166.02º 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 #3DA48C is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 140 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.36 |
| HSL | 166.02º | 0.46% | 0.44% | - |
| HSV(B) | 166.02º | 0.63% | 0.64% | - |
| XYZ | 19.93 | 29.44 | 29.44 | - |
| YUV | 130.47 | 133.38 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 140 | 0.63 | 0 | 0.15 | 0.36 | 166.02 | 0.46 | 0.44 |
| Hex | 3D | A4 | 8C | 3F | 0 | F | 24 | A6 | 2E | 2C |
| Octal | 75 | 244 | 214 | 77 | 0 | 17 | 44 | 246 | 56 | 54 |
| Binary | 111101 | 10100100 | 10001100 | 111111 | 0 | 1111 | 100100 | 10100110 | 101110 | 101100 |
Color Harmonies of #3DA48C
Complementary color
Monochromatic Colors of #3DA48C
Black with #3DA48C
Text Example
Text Example
White with #3DA48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA48C; }
p { color: rgb(61,164,140); }
H1.HeaderClassName
{
color: #3DA48C;
}
.AnyTagClassName
{
color: #3DA48C;
}
</style>
background-color css
<style>
a { background-color: #3DA48C; }
a { background-color: rgb(61,164,140); }
div.DivClassName
{
background-color: #3DA48C;
}
.BgClassName
{
background-color: #3DA48C;
}
</style>
border-color css
<style>
span { border-color: #3DA48C; }
span { border-color: rgb(61,164,140); }
td.TdClassName
{
border-color: #3DA48C;
}
.TagClassName
{
border-color: #3DA48C;
}
</style>