Shades of Gossamer #3DB38E
Tints of Gossamer #3DB38E
RGB
CMYK
RGB Variations
Color information
#3DB38E (or 0x3DB38E) is known color: Gossamer. HEX triplet: 3D, B3 and 8E. RGB value is (61,179,142). Sum of RGB (Red+Green+Blue) = 61+179+142=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB38E is #C24C71. Grayscale: #8B8B8B. Windows color (decimal): -12733554 or 9351997. OLE color: 9351997.
HSL color Cylindrical-coordinate representation of color #3DB38E: hue angle of 161.19º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB38E is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 142 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.30 |
| HSL | 161.19º | 0.49% | 0.47% | - |
| HSV(B) | 161.19º | 0.66% | 0.7% | - |
| XYZ | 22.93 | 35.19 | 31.17 | - |
| YUV | 139.5 | 129.41 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 142 | 0.66 | 0 | 0.21 | 0.30 | 161.19 | 0.49 | 0.47 |
| Hex | 3D | B3 | 8E | 42 | 0 | 15 | 1E | A1 | 31 | 2F |
| Octal | 75 | 263 | 216 | 102 | 0 | 25 | 36 | 241 | 61 | 57 |
| Binary | 111101 | 10110011 | 10001110 | 1000010 | 0 | 10101 | 11110 | 10100001 | 110001 | 101111 |
Color Harmonies of #3DB38E
Complementary color
Monochromatic Colors of #3DB38E
Black with #3DB38E
Text Example
Text Example
White with #3DB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB38E; }
p { color: rgb(61,179,142); }
H1.HeaderClassName
{
color: #3DB38E;
}
.AnyTagClassName
{
color: #3DB38E;
}
</style>
background-color css
<style>
a { background-color: #3DB38E; }
a { background-color: rgb(61,179,142); }
div.DivClassName
{
background-color: #3DB38E;
}
.BgClassName
{
background-color: #3DB38E;
}
</style>
border-color css
<style>
span { border-color: #3DB38E; }
span { border-color: rgb(61,179,142); }
td.TdClassName
{
border-color: #3DB38E;
}
.TagClassName
{
border-color: #3DB38E;
}
</style>