Shades of Gossamer #3DB08E
Tints of Gossamer #3DB08E
RGB
CMYK
RGB Variations
Color information
#3DB08E (or 0x3DB08E) is known color: Gossamer. HEX triplet: 3D, B0 and 8E. RGB value is (61,176,142). Sum of RGB (Red+Green+Blue) = 61+176+142=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB08E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB08E is #C24F71. Grayscale: #898989. Windows color (decimal): -12734322 or 9351229. OLE color: 9351229.
HSL color Cylindrical-coordinate representation of color #3DB08E: hue angle of 162.26º 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 #3DB08E is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 142 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.31 |
| HSL | 162.26º | 0.49% | 0.46% | - |
| HSV(B) | 162.26º | 0.65% | 0.69% | - |
| XYZ | 22.33 | 34 | 30.98 | - |
| YUV | 137.74 | 130.4 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 142 | 0.65 | 0 | 0.19 | 0.31 | 162.26 | 0.49 | 0.46 |
| Hex | 3D | B0 | 8E | 41 | 0 | 13 | 1F | A2 | 31 | 2E |
| Octal | 75 | 260 | 216 | 101 | 0 | 23 | 37 | 242 | 61 | 56 |
| Binary | 111101 | 10110000 | 10001110 | 1000001 | 0 | 10011 | 11111 | 10100010 | 110001 | 101110 |
Color Harmonies of #3DB08E
Complementary color
Monochromatic Colors of #3DB08E
Black with #3DB08E
Text Example
Text Example
White with #3DB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB08E; }
p { color: rgb(61,176,142); }
H1.HeaderClassName
{
color: #3DB08E;
}
.AnyTagClassName
{
color: #3DB08E;
}
</style>
background-color css
<style>
a { background-color: #3DB08E; }
a { background-color: rgb(61,176,142); }
div.DivClassName
{
background-color: #3DB08E;
}
.BgClassName
{
background-color: #3DB08E;
}
</style>
border-color css
<style>
span { border-color: #3DB08E; }
span { border-color: rgb(61,176,142); }
td.TdClassName
{
border-color: #3DB08E;
}
.TagClassName
{
border-color: #3DB08E;
}
</style>