Shades of Gossamer #3DAE89
Tints of Gossamer #3DAE89
RGB
CMYK
RGB Variations
Color information
#3DAE89 (or 0x3DAE89) is known color: Gossamer. HEX triplet: 3D, AE and 89. RGB value is (61,174,137). Sum of RGB (Red+Green+Blue) = 61+174+137=372 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.40% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAE89 is #C25176. Grayscale: #888888. Windows color (decimal): -12734839 or 9023037. OLE color: 9023037.
HSL color Cylindrical-coordinate representation of color #3DAE89: hue angle of 160.35º 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 #3DAE89 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 137 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.32 |
| HSL | 160.35º | 0.48% | 0.46% | - |
| HSV(B) | 160.35º | 0.65% | 0.68% | - |
| XYZ | 21.58 | 33.07 | 28.91 | - |
| YUV | 136 | 128.56 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 137 | 0.65 | 0 | 0.21 | 0.32 | 160.35 | 0.48 | 0.46 |
| Hex | 3D | AE | 89 | 41 | 0 | 15 | 20 | A0 | 30 | 2E |
| Octal | 75 | 256 | 211 | 101 | 0 | 25 | 40 | 240 | 60 | 56 |
| Binary | 111101 | 10101110 | 10001001 | 1000001 | 0 | 10101 | 100000 | 10100000 | 110000 | 101110 |
Color Harmonies of #3DAE89
Complementary color
Monochromatic Colors of #3DAE89
Black with #3DAE89
Text Example
Text Example
White with #3DAE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE89; }
p { color: rgb(61,174,137); }
H1.HeaderClassName
{
color: #3DAE89;
}
.AnyTagClassName
{
color: #3DAE89;
}
</style>
background-color css
<style>
a { background-color: #3DAE89; }
a { background-color: rgb(61,174,137); }
div.DivClassName
{
background-color: #3DAE89;
}
.BgClassName
{
background-color: #3DAE89;
}
</style>
border-color css
<style>
span { border-color: #3DAE89; }
span { border-color: rgb(61,174,137); }
td.TdClassName
{
border-color: #3DAE89;
}
.TagClassName
{
border-color: #3DAE89;
}
</style>