Shades of Gossamer #3DB28E
Tints of Gossamer #3DB28E
RGB
CMYK
RGB Variations
Color information
#3DB28E (or 0x3DB28E) is known color: Gossamer. HEX triplet: 3D, B2 and 8E. RGB value is (61,178,142). Sum of RGB (Red+Green+Blue) = 61+178+142=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB28E is #C24D71. Grayscale: #8A8A8A. Windows color (decimal): -12733810 or 9351741. OLE color: 9351741.
HSL color Cylindrical-coordinate representation of color #3DB28E: hue angle of 161.54º 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 #3DB28E is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 178 | 142 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.30 |
| HSL | 161.54º | 0.49% | 0.47% | - |
| HSV(B) | 161.54º | 0.66% | 0.7% | - |
| XYZ | 22.73 | 34.79 | 31.11 | - |
| YUV | 138.91 | 129.74 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 178 | 142 | 0.66 | 0 | 0.20 | 0.30 | 161.54 | 0.49 | 0.47 |
| Hex | 3D | B2 | 8E | 42 | 0 | 14 | 1E | A2 | 31 | 2F |
| Octal | 75 | 262 | 216 | 102 | 0 | 24 | 36 | 242 | 61 | 57 |
| Binary | 111101 | 10110010 | 10001110 | 1000010 | 0 | 10100 | 11110 | 10100010 | 110001 | 101111 |
Color Harmonies of #3DB28E
Complementary color
Monochromatic Colors of #3DB28E
Black with #3DB28E
Text Example
Text Example
White with #3DB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB28E; }
p { color: rgb(61,178,142); }
H1.HeaderClassName
{
color: #3DB28E;
}
.AnyTagClassName
{
color: #3DB28E;
}
</style>
background-color css
<style>
a { background-color: #3DB28E; }
a { background-color: rgb(61,178,142); }
div.DivClassName
{
background-color: #3DB28E;
}
.BgClassName
{
background-color: #3DB28E;
}
</style>
border-color css
<style>
span { border-color: #3DB28E; }
span { border-color: rgb(61,178,142); }
td.TdClassName
{
border-color: #3DB28E;
}
.TagClassName
{
border-color: #3DB28E;
}
</style>