Shades of Gossamer #3DA183
Tints of Gossamer #3DA183
RGB
CMYK
RGB Variations
Color information
#3DA183 (or 0x3DA183) is known color: Gossamer. HEX triplet: 3D, A1 and 83. RGB value is (61,161,131). Sum of RGB (Red+Green+Blue) = 61+161+131=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA183 is #C25E7C. Grayscale: #7F7F7F. Windows color (decimal): -12738173 or 8626493. OLE color: 8626493.
HSL color Cylindrical-coordinate representation of color #3DA183: hue angle of 162º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA183 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 131 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.37 |
| HSL | 162º | 0.45% | 0.44% | - |
| HSV(B) | 162º | 0.62% | 0.63% | - |
| XYZ | 18.77 | 28.12 | 25.91 | - |
| YUV | 127.68 | 129.87 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 131 | 0.62 | 0 | 0.19 | 0.37 | 162 | 0.45 | 0.44 |
| Hex | 3D | A1 | 83 | 3E | 0 | 13 | 25 | A2 | 2D | 2C |
| Octal | 75 | 241 | 203 | 76 | 0 | 23 | 45 | 242 | 55 | 54 |
| Binary | 111101 | 10100001 | 10000011 | 111110 | 0 | 10011 | 100101 | 10100010 | 101101 | 101100 |
Color Harmonies of #3DA183
Complementary color
Monochromatic Colors of #3DA183
Black with #3DA183
Text Example
Text Example
White with #3DA183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA183; }
p { color: rgb(61,161,131); }
H1.HeaderClassName
{
color: #3DA183;
}
.AnyTagClassName
{
color: #3DA183;
}
</style>
background-color css
<style>
a { background-color: #3DA183; }
a { background-color: rgb(61,161,131); }
div.DivClassName
{
background-color: #3DA183;
}
.BgClassName
{
background-color: #3DA183;
}
</style>
border-color css
<style>
span { border-color: #3DA183; }
span { border-color: rgb(61,161,131); }
td.TdClassName
{
border-color: #3DA183;
}
.TagClassName
{
border-color: #3DA183;
}
</style>