Shades of Gossamer #3DAB82
Tints of Gossamer #3DAB82
RGB
CMYK
RGB Variations
Color information
#3DAB82 (or 0x3DAB82) is known color: Gossamer. HEX triplet: 3D, AB and 82. RGB value is (61,171,130). Sum of RGB (Red+Green+Blue) = 61+171+130=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB82 is #C2547D. Grayscale: #858585. Windows color (decimal): -12735614 or 8563517. OLE color: 8563517.
HSL color Cylindrical-coordinate representation of color #3DAB82: hue angle of 157.64º 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 #3DAB82 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 130 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.33 |
| HSL | 157.64º | 0.47% | 0.45% | - |
| HSV(B) | 157.64º | 0.64% | 0.67% | - |
| XYZ | 20.52 | 31.73 | 26.16 | - |
| YUV | 133.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 130 | 0.64 | 0 | 0.24 | 0.33 | 157.64 | 0.47 | 0.45 |
| Hex | 3D | AB | 82 | 40 | 0 | 18 | 21 | 9E | 2F | 2D |
| Octal | 75 | 253 | 202 | 100 | 0 | 30 | 41 | 236 | 57 | 55 |
| Binary | 111101 | 10101011 | 10000010 | 1000000 | 0 | 11000 | 100001 | 10011110 | 101111 | 101101 |
Color Harmonies of #3DAB82
Complementary color
Monochromatic Colors of #3DAB82
Black with #3DAB82
Text Example
Text Example
White with #3DAB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB82; }
p { color: rgb(61,171,130); }
H1.HeaderClassName
{
color: #3DAB82;
}
.AnyTagClassName
{
color: #3DAB82;
}
</style>
background-color css
<style>
a { background-color: #3DAB82; }
a { background-color: rgb(61,171,130); }
div.DivClassName
{
background-color: #3DAB82;
}
.BgClassName
{
background-color: #3DAB82;
}
</style>
border-color css
<style>
span { border-color: #3DAB82; }
span { border-color: rgb(61,171,130); }
td.TdClassName
{
border-color: #3DAB82;
}
.TagClassName
{
border-color: #3DAB82;
}
</style>