Shades of Gossamer #3DAE96
Tints of Gossamer #3DAE96
RGB
CMYK
RGB Variations
Color information
#3DAE96 (or 0x3DAE96) is known color: Gossamer. HEX triplet: 3D, AE and 96. RGB value is (61,174,150). Sum of RGB (Red+Green+Blue) = 61+174+150=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAE96 is #C25169. Grayscale: #898989. Windows color (decimal): -12734826 or 9875005. OLE color: 9875005.
HSL color Cylindrical-coordinate representation of color #3DAE96: hue angle of 167.26º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAE96 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 150 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.32 |
| HSL | 167.26º | 0.48% | 0.46% | - |
| HSV(B) | 167.26º | 0.65% | 0.68% | - |
| XYZ | 22.57 | 33.47 | 34.12 | - |
| YUV | 137.48 | 135.06 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 150 | 0.65 | 0 | 0.14 | 0.32 | 167.26 | 0.48 | 0.46 |
| Hex | 3D | AE | 96 | 41 | 0 | E | 20 | A7 | 30 | 2E |
| Octal | 75 | 256 | 226 | 101 | 0 | 16 | 40 | 247 | 60 | 56 |
| Binary | 111101 | 10101110 | 10010110 | 1000001 | 0 | 1110 | 100000 | 10100111 | 110000 | 101110 |
Color Harmonies of #3DAE96
Complementary color
Monochromatic Colors of #3DAE96
Black with #3DAE96
Text Example
Text Example
White with #3DAE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE96; }
p { color: rgb(61,174,150); }
H1.HeaderClassName
{
color: #3DAE96;
}
.AnyTagClassName
{
color: #3DAE96;
}
</style>
background-color css
<style>
a { background-color: #3DAE96; }
a { background-color: rgb(61,174,150); }
div.DivClassName
{
background-color: #3DAE96;
}
.BgClassName
{
background-color: #3DAE96;
}
</style>
border-color css
<style>
span { border-color: #3DAE96; }
span { border-color: rgb(61,174,150); }
td.TdClassName
{
border-color: #3DAE96;
}
.TagClassName
{
border-color: #3DAE96;
}
</style>