Shades of Gossamer #3DAB9B
Tints of Gossamer #3DAB9B
RGB
CMYK
RGB Variations
Color information
#3DAB9B (or 0x3DAB9B) is known color: Gossamer. HEX triplet: 3D, AB and 9B. RGB value is (61,171,155). Sum of RGB (Red+Green+Blue) = 61+171+155=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB9B is #C25464. Grayscale: #888888. Windows color (decimal): -12735589 or 10201917. OLE color: 10201917.
HSL color Cylindrical-coordinate representation of color #3DAB9B: hue angle of 171.27º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAB9B is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 155 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.33 |
| HSL | 171.27º | 0.47% | 0.45% | - |
| HSV(B) | 171.27º | 0.64% | 0.67% | - |
| XYZ | 22.4 | 32.48 | 36.1 | - |
| YUV | 136.29 | 138.56 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 155 | 0.64 | 0 | 0.09 | 0.33 | 171.27 | 0.47 | 0.45 |
| Hex | 3D | AB | 9B | 40 | 0 | 9 | 21 | AB | 2F | 2D |
| Octal | 75 | 253 | 233 | 100 | 0 | 11 | 41 | 253 | 57 | 55 |
| Binary | 111101 | 10101011 | 10011011 | 1000000 | 0 | 1001 | 100001 | 10101011 | 101111 | 101101 |
Color Harmonies of #3DAB9B
Complementary color
Monochromatic Colors of #3DAB9B
Black with #3DAB9B
Text Example
Text Example
White with #3DAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB9B; }
p { color: rgb(61,171,155); }
H1.HeaderClassName
{
color: #3DAB9B;
}
.AnyTagClassName
{
color: #3DAB9B;
}
</style>
background-color css
<style>
a { background-color: #3DAB9B; }
a { background-color: rgb(61,171,155); }
div.DivClassName
{
background-color: #3DAB9B;
}
.BgClassName
{
background-color: #3DAB9B;
}
</style>
border-color css
<style>
span { border-color: #3DAB9B; }
span { border-color: rgb(61,171,155); }
td.TdClassName
{
border-color: #3DAB9B;
}
.TagClassName
{
border-color: #3DAB9B;
}
</style>