Shades of Gossamer #3DAB9E
Tints of Gossamer #3DAB9E
RGB
CMYK
RGB Variations
Color information
#3DAB9E (or 0x3DAB9E) is known color: Gossamer. HEX triplet: 3D, AB and 9E. RGB value is (61,171,158). Sum of RGB (Red+Green+Blue) = 61+171+158=390 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.64% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB9E is #C25461. Grayscale: #888888. Windows color (decimal): -12735586 or 10398525. OLE color: 10398525.
HSL color Cylindrical-coordinate representation of color #3DAB9E: hue angle of 172.91º 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 #3DAB9E is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 158 | - |
| CMYK | 0.64 | 0 | 0.08 | 0.33 |
| HSL | 172.91º | 0.47% | 0.45% | - |
| HSV(B) | 172.91º | 0.64% | 0.67% | - |
| XYZ | 22.66 | 32.59 | 37.44 | - |
| YUV | 136.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 158 | 0.64 | 0 | 0.08 | 0.33 | 172.91 | 0.47 | 0.45 |
| Hex | 3D | AB | 9E | 40 | 0 | 8 | 21 | AD | 2F | 2D |
| Octal | 75 | 253 | 236 | 100 | 0 | 10 | 41 | 255 | 57 | 55 |
| Binary | 111101 | 10101011 | 10011110 | 1000000 | 0 | 1000 | 100001 | 10101101 | 101111 | 101101 |
Color Harmonies of #3DAB9E
Complementary color
Monochromatic Colors of #3DAB9E
Black with #3DAB9E
Text Example
Text Example
White with #3DAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB9E; }
p { color: rgb(61,171,158); }
H1.HeaderClassName
{
color: #3DAB9E;
}
.AnyTagClassName
{
color: #3DAB9E;
}
</style>
background-color css
<style>
a { background-color: #3DAB9E; }
a { background-color: rgb(61,171,158); }
div.DivClassName
{
background-color: #3DAB9E;
}
.BgClassName
{
background-color: #3DAB9E;
}
</style>
border-color css
<style>
span { border-color: #3DAB9E; }
span { border-color: rgb(61,171,158); }
td.TdClassName
{
border-color: #3DAB9E;
}
.TagClassName
{
border-color: #3DAB9E;
}
</style>