Shades of Gossamer #3DAC98
Tints of Gossamer #3DAC98
RGB
CMYK
RGB Variations
Color information
#3DAC98 (or 0x3DAC98) is known color: Gossamer. HEX triplet: 3D, AC and 98. RGB value is (61,172,152). Sum of RGB (Red+Green+Blue) = 61+172+152=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAC98 is #C25367. Grayscale: #888888. Windows color (decimal): -12735336 or 10005565. OLE color: 10005565.
HSL color Cylindrical-coordinate representation of color #3DAC98: hue angle of 169.19º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAC98 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 152 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.33 |
| HSL | 169.19º | 0.48% | 0.46% | - |
| HSV(B) | 169.19º | 0.65% | 0.67% | - |
| XYZ | 22.34 | 32.76 | 34.85 | - |
| YUV | 136.53 | 136.73 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 152 | 0.65 | 0 | 0.12 | 0.33 | 169.19 | 0.48 | 0.46 |
| Hex | 3D | AC | 98 | 41 | 0 | C | 21 | A9 | 30 | 2E |
| Octal | 75 | 254 | 230 | 101 | 0 | 14 | 41 | 251 | 60 | 56 |
| Binary | 111101 | 10101100 | 10011000 | 1000001 | 0 | 1100 | 100001 | 10101001 | 110000 | 101110 |
Color Harmonies of #3DAC98
Complementary color
Monochromatic Colors of #3DAC98
Black with #3DAC98
Text Example
Text Example
White with #3DAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC98; }
p { color: rgb(61,172,152); }
H1.HeaderClassName
{
color: #3DAC98;
}
.AnyTagClassName
{
color: #3DAC98;
}
</style>
background-color css
<style>
a { background-color: #3DAC98; }
a { background-color: rgb(61,172,152); }
div.DivClassName
{
background-color: #3DAC98;
}
.BgClassName
{
background-color: #3DAC98;
}
</style>
border-color css
<style>
span { border-color: #3DAC98; }
span { border-color: rgb(61,172,152); }
td.TdClassName
{
border-color: #3DAC98;
}
.TagClassName
{
border-color: #3DAC98;
}
</style>