Shades of Gossamer #3DA393
Tints of Gossamer #3DA393
RGB
CMYK
RGB Variations
Color information
#3DA393 (or 0x3DA393) is known color: Gossamer. HEX triplet: 3D, A3 and 93. RGB value is (61,163,147). Sum of RGB (Red+Green+Blue) = 61+163+147=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA393 is #C25C6C. Grayscale: #828282. Windows color (decimal): -12737645 or 9675581. OLE color: 9675581.
HSL color Cylindrical-coordinate representation of color #3DA393: hue angle of 170.59º 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 #3DA393 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 163 | 147 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.36 |
| HSL | 170.59º | 0.46% | 0.44% | - |
| HSV(B) | 170.59º | 0.63% | 0.64% | - |
| XYZ | 20.29 | 29.29 | 32.19 | - |
| YUV | 130.68 | 137.21 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 147 | 0.63 | 0 | 0.10 | 0.36 | 170.59 | 0.46 | 0.44 |
| Hex | 3D | A3 | 93 | 3F | 0 | A | 24 | AB | 2E | 2C |
| Octal | 75 | 243 | 223 | 77 | 0 | 12 | 44 | 253 | 56 | 54 |
| Binary | 111101 | 10100011 | 10010011 | 111111 | 0 | 1010 | 100100 | 10101011 | 101110 | 101100 |
Color Harmonies of #3DA393
Complementary color
Monochromatic Colors of #3DA393
Black with #3DA393
Text Example
Text Example
White with #3DA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA393; }
p { color: rgb(61,163,147); }
H1.HeaderClassName
{
color: #3DA393;
}
.AnyTagClassName
{
color: #3DA393;
}
</style>
background-color css
<style>
a { background-color: #3DA393; }
a { background-color: rgb(61,163,147); }
div.DivClassName
{
background-color: #3DA393;
}
.BgClassName
{
background-color: #3DA393;
}
</style>
border-color css
<style>
span { border-color: #3DA393; }
span { border-color: rgb(61,163,147); }
td.TdClassName
{
border-color: #3DA393;
}
.TagClassName
{
border-color: #3DA393;
}
</style>