Shades of Gossamer #3DA089
Tints of Gossamer #3DA089
RGB
CMYK
RGB Variations
Color information
#3DA089 (or 0x3DA089) is known color: Gossamer. HEX triplet: 3D, A0 and 89. RGB value is (61,160,137). Sum of RGB (Red+Green+Blue) = 61+160+137=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA089 is #C25F76. Grayscale: #7F7F7F. Windows color (decimal): -12738423 or 9019453. OLE color: 9019453.
HSL color Cylindrical-coordinate representation of color #3DA089: hue angle of 166.06º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA089 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 137 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.37 |
| HSL | 166.06º | 0.45% | 0.43% | - |
| HSV(B) | 166.06º | 0.62% | 0.63% | - |
| XYZ | 19.01 | 27.94 | 28.06 | - |
| YUV | 127.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 137 | 0.62 | 0 | 0.14 | 0.37 | 166.06 | 0.45 | 0.43 |
| Hex | 3D | A0 | 89 | 3E | 0 | E | 25 | A6 | 2D | 2B |
| Octal | 75 | 240 | 211 | 76 | 0 | 16 | 45 | 246 | 55 | 53 |
| Binary | 111101 | 10100000 | 10001001 | 111110 | 0 | 1110 | 100101 | 10100110 | 101101 | 101011 |
Color Harmonies of #3DA089
Complementary color
Monochromatic Colors of #3DA089
Black with #3DA089
Text Example
Text Example
White with #3DA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA089; }
p { color: rgb(61,160,137); }
H1.HeaderClassName
{
color: #3DA089;
}
.AnyTagClassName
{
color: #3DA089;
}
</style>
background-color css
<style>
a { background-color: #3DA089; }
a { background-color: rgb(61,160,137); }
div.DivClassName
{
background-color: #3DA089;
}
.BgClassName
{
background-color: #3DA089;
}
</style>
border-color css
<style>
span { border-color: #3DA089; }
span { border-color: rgb(61,160,137); }
td.TdClassName
{
border-color: #3DA089;
}
.TagClassName
{
border-color: #3DA089;
}
</style>