Shades of Gossamer #3DA188
Tints of Gossamer #3DA188
RGB
CMYK
RGB Variations
Color information
#3DA188 (or 0x3DA188) is known color: Gossamer. HEX triplet: 3D, A1 and 88. RGB value is (61,161,136). Sum of RGB (Red+Green+Blue) = 61+161+136=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA188 is #C25E77. Grayscale: #808080. Windows color (decimal): -12738168 or 8954173. OLE color: 8954173.
HSL color Cylindrical-coordinate representation of color #3DA188: hue angle of 165º 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 #3DA188 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 161 | 136 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.37 |
| HSL | 165º | 0.45% | 0.44% | - |
| HSV(B) | 165º | 0.62% | 0.63% | - |
| XYZ | 19.11 | 28.26 | 27.74 | - |
| YUV | 128.25 | 132.37 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 161 | 136 | 0.62 | 0 | 0.16 | 0.37 | 165 | 0.45 | 0.44 |
| Hex | 3D | A1 | 88 | 3E | 0 | 10 | 25 | A5 | 2D | 2C |
| Octal | 75 | 241 | 210 | 76 | 0 | 20 | 45 | 245 | 55 | 54 |
| Binary | 111101 | 10100001 | 10001000 | 111110 | 0 | 10000 | 100101 | 10100101 | 101101 | 101100 |
Color Harmonies of #3DA188
Complementary color
Monochromatic Colors of #3DA188
Black with #3DA188
Text Example
Text Example
White with #3DA188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA188; }
p { color: rgb(61,161,136); }
H1.HeaderClassName
{
color: #3DA188;
}
.AnyTagClassName
{
color: #3DA188;
}
</style>
background-color css
<style>
a { background-color: #3DA188; }
a { background-color: rgb(61,161,136); }
div.DivClassName
{
background-color: #3DA188;
}
.BgClassName
{
background-color: #3DA188;
}
</style>
border-color css
<style>
span { border-color: #3DA188; }
span { border-color: rgb(61,161,136); }
td.TdClassName
{
border-color: #3DA188;
}
.TagClassName
{
border-color: #3DA188;
}
</style>