Shades of Gossamer #3DAB9D
Tints of Gossamer #3DAB9D
RGB
CMYK
RGB Variations
Color information
#3DAB9D (or 0x3DAB9D) is known color: Gossamer. HEX triplet: 3D, AB and 9D. RGB value is (61,171,157). Sum of RGB (Red+Green+Blue) = 61+171+157=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB9D is #C25462. Grayscale: #888888. Windows color (decimal): -12735587 or 10332989. OLE color: 10332989.
HSL color Cylindrical-coordinate representation of color #3DAB9D: hue angle of 172.36º 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 #3DAB9D is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 157 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.33 |
| HSL | 172.36º | 0.47% | 0.45% | - |
| HSV(B) | 172.36º | 0.64% | 0.67% | - |
| XYZ | 22.57 | 32.55 | 36.99 | - |
| YUV | 136.51 | 139.56 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 157 | 0.64 | 0 | 0.08 | 0.33 | 172.36 | 0.47 | 0.45 |
| Hex | 3D | AB | 9D | 40 | 0 | 8 | 21 | AC | 2F | 2D |
| Octal | 75 | 253 | 235 | 100 | 0 | 10 | 41 | 254 | 57 | 55 |
| Binary | 111101 | 10101011 | 10011101 | 1000000 | 0 | 1000 | 100001 | 10101100 | 101111 | 101101 |
Color Harmonies of #3DAB9D
Complementary color
Monochromatic Colors of #3DAB9D
Black with #3DAB9D
Text Example
Text Example
White with #3DAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB9D; }
p { color: rgb(61,171,157); }
H1.HeaderClassName
{
color: #3DAB9D;
}
.AnyTagClassName
{
color: #3DAB9D;
}
</style>
background-color css
<style>
a { background-color: #3DAB9D; }
a { background-color: rgb(61,171,157); }
div.DivClassName
{
background-color: #3DAB9D;
}
.BgClassName
{
background-color: #3DAB9D;
}
</style>
border-color css
<style>
span { border-color: #3DAB9D; }
span { border-color: rgb(61,171,157); }
td.TdClassName
{
border-color: #3DAB9D;
}
.TagClassName
{
border-color: #3DAB9D;
}
</style>