Shades of Gossamer #3DAB80
Tints of Gossamer #3DAB80
RGB
CMYK
RGB Variations
Color information
#3DAB80 (or 0x3DAB80) is known color: Gossamer. HEX triplet: 3D, AB and 80. RGB value is (61,171,128). Sum of RGB (Red+Green+Blue) = 61+171+128=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB80 is #C2547F. Grayscale: #858585. Windows color (decimal): -12735616 or 8432445. OLE color: 8432445.
HSL color Cylindrical-coordinate representation of color #3DAB80: hue angle of 156.55º 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 #3DAB80 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 128 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.33 |
| HSL | 156.55º | 0.47% | 0.45% | - |
| HSV(B) | 156.55º | 0.64% | 0.67% | - |
| XYZ | 20.38 | 31.68 | 25.46 | - |
| YUV | 133.21 | 125.06 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 128 | 0.64 | 0 | 0.25 | 0.33 | 156.55 | 0.47 | 0.45 |
| Hex | 3D | AB | 80 | 40 | 0 | 19 | 21 | 9D | 2F | 2D |
| Octal | 75 | 253 | 200 | 100 | 0 | 31 | 41 | 235 | 57 | 55 |
| Binary | 111101 | 10101011 | 10000000 | 1000000 | 0 | 11001 | 100001 | 10011101 | 101111 | 101101 |
Color Harmonies of #3DAB80
Complementary color
Monochromatic Colors of #3DAB80
Black with #3DAB80
Text Example
Text Example
White with #3DAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB80; }
p { color: rgb(61,171,128); }
H1.HeaderClassName
{
color: #3DAB80;
}
.AnyTagClassName
{
color: #3DAB80;
}
</style>
background-color css
<style>
a { background-color: #3DAB80; }
a { background-color: rgb(61,171,128); }
div.DivClassName
{
background-color: #3DAB80;
}
.BgClassName
{
background-color: #3DAB80;
}
</style>
border-color css
<style>
span { border-color: #3DAB80; }
span { border-color: rgb(61,171,128); }
td.TdClassName
{
border-color: #3DAB80;
}
.TagClassName
{
border-color: #3DAB80;
}
</style>