Shades of Gossamer #3DB38C
Tints of Gossamer #3DB38C
RGB
CMYK
RGB Variations
Color information
#3DB38C (or 0x3DB38C) is known color: Gossamer. HEX triplet: 3D, B3 and 8C. RGB value is (61,179,140). Sum of RGB (Red+Green+Blue) = 61+179+140=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB38C is #C24C73. Grayscale: #8B8B8B. Windows color (decimal): -12733556 or 9220925. OLE color: 9220925.
HSL color Cylindrical-coordinate representation of color #3DB38C: hue angle of 160.17º 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 #3DB38C is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 140 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.30 |
| HSL | 160.17º | 0.49% | 0.47% | - |
| HSV(B) | 160.17º | 0.66% | 0.7% | - |
| XYZ | 22.78 | 35.13 | 30.39 | - |
| YUV | 139.27 | 128.41 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 140 | 0.66 | 0 | 0.22 | 0.30 | 160.17 | 0.49 | 0.47 |
| Hex | 3D | B3 | 8C | 42 | 0 | 16 | 1E | A0 | 31 | 2F |
| Octal | 75 | 263 | 214 | 102 | 0 | 26 | 36 | 240 | 61 | 57 |
| Binary | 111101 | 10110011 | 10001100 | 1000010 | 0 | 10110 | 11110 | 10100000 | 110001 | 101111 |
Color Harmonies of #3DB38C
Complementary color
Monochromatic Colors of #3DB38C
Black with #3DB38C
Text Example
Text Example
White with #3DB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB38C; }
p { color: rgb(61,179,140); }
H1.HeaderClassName
{
color: #3DB38C;
}
.AnyTagClassName
{
color: #3DB38C;
}
</style>
background-color css
<style>
a { background-color: #3DB38C; }
a { background-color: rgb(61,179,140); }
div.DivClassName
{
background-color: #3DB38C;
}
.BgClassName
{
background-color: #3DB38C;
}
</style>
border-color css
<style>
span { border-color: #3DB38C; }
span { border-color: rgb(61,179,140); }
td.TdClassName
{
border-color: #3DB38C;
}
.TagClassName
{
border-color: #3DB38C;
}
</style>