Shades of Gossamer #3DB08D
Tints of Gossamer #3DB08D
RGB
CMYK
RGB Variations
Color information
#3DB08D (or 0x3DB08D) is known color: Gossamer. HEX triplet: 3D, B0 and 8D. RGB value is (61,176,141). Sum of RGB (Red+Green+Blue) = 61+176+141=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB08D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB08D is #C24F72. Grayscale: #898989. Windows color (decimal): -12734323 or 9285693. OLE color: 9285693.
HSL color Cylindrical-coordinate representation of color #3DB08D: hue angle of 161.74º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB08D is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 141 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.31 |
| HSL | 161.74º | 0.49% | 0.46% | - |
| HSV(B) | 161.74º | 0.65% | 0.69% | - |
| XYZ | 22.26 | 33.97 | 30.58 | - |
| YUV | 137.63 | 129.9 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 141 | 0.65 | 0 | 0.20 | 0.31 | 161.74 | 0.49 | 0.46 |
| Hex | 3D | B0 | 8D | 41 | 0 | 14 | 1F | A2 | 31 | 2E |
| Octal | 75 | 260 | 215 | 101 | 0 | 24 | 37 | 242 | 61 | 56 |
| Binary | 111101 | 10110000 | 10001101 | 1000001 | 0 | 10100 | 11111 | 10100010 | 110001 | 101110 |
Color Harmonies of #3DB08D
Complementary color
Monochromatic Colors of #3DB08D
Black with #3DB08D
Text Example
Text Example
White with #3DB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB08D; }
p { color: rgb(61,176,141); }
H1.HeaderClassName
{
color: #3DB08D;
}
.AnyTagClassName
{
color: #3DB08D;
}
</style>
background-color css
<style>
a { background-color: #3DB08D; }
a { background-color: rgb(61,176,141); }
div.DivClassName
{
background-color: #3DB08D;
}
.BgClassName
{
background-color: #3DB08D;
}
</style>
border-color css
<style>
span { border-color: #3DB08D; }
span { border-color: rgb(61,176,141); }
td.TdClassName
{
border-color: #3DB08D;
}
.TagClassName
{
border-color: #3DB08D;
}
</style>