Shades of Gossamer #3DA190
Tints of Gossamer #3DA190
RGB
CMYK
RGB Variations
Color information
#3DA190 (or 0x3DA190) is known color: Gossamer. HEX triplet: 3D, A1 and 90. RGB value is (61,161,144). Sum of RGB (Red+Green+Blue) = 61+161+144=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA190 is #C25E6F. Grayscale: #818181. Windows color (decimal): -12738160 or 9478461. OLE color: 9478461.
HSL color Cylindrical-coordinate representation of color #3DA190: hue angle of 169.8º 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 #3DA190 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 144 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.37 |
| HSL | 169.8º | 0.45% | 0.44% | - |
| HSV(B) | 169.8º | 0.62% | 0.63% | - |
| XYZ | 19.7 | 28.5 | 30.85 | - |
| YUV | 129.16 | 136.37 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 144 | 0.62 | 0 | 0.11 | 0.37 | 169.8 | 0.45 | 0.44 |
| Hex | 3D | A1 | 90 | 3E | 0 | B | 25 | AA | 2D | 2C |
| Octal | 75 | 241 | 220 | 76 | 0 | 13 | 45 | 252 | 55 | 54 |
| Binary | 111101 | 10100001 | 10010000 | 111110 | 0 | 1011 | 100101 | 10101010 | 101101 | 101100 |
Color Harmonies of #3DA190
Complementary color
Monochromatic Colors of #3DA190
Black with #3DA190
Text Example
Text Example
White with #3DA190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA190; }
p { color: rgb(61,161,144); }
H1.HeaderClassName
{
color: #3DA190;
}
.AnyTagClassName
{
color: #3DA190;
}
</style>
background-color css
<style>
a { background-color: #3DA190; }
a { background-color: rgb(61,161,144); }
div.DivClassName
{
background-color: #3DA190;
}
.BgClassName
{
background-color: #3DA190;
}
</style>
border-color css
<style>
span { border-color: #3DA190; }
span { border-color: rgb(61,161,144); }
td.TdClassName
{
border-color: #3DA190;
}
.TagClassName
{
border-color: #3DA190;
}
</style>