Shades of Gossamer #3DAE91
Tints of Gossamer #3DAE91
RGB
CMYK
RGB Variations
Color information
#3DAE91 (or 0x3DAE91) is known color: Gossamer. HEX triplet: 3D, AE and 91. RGB value is (61,174,145). Sum of RGB (Red+Green+Blue) = 61+174+145=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAE91 is #C2516E. Grayscale: #888888. Windows color (decimal): -12734831 or 9547325. OLE color: 9547325.
HSL color Cylindrical-coordinate representation of color #3DAE91: hue angle of 164.6º 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 #3DAE91 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 145 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.32 |
| HSL | 164.6º | 0.48% | 0.46% | - |
| HSV(B) | 164.6º | 0.65% | 0.68% | - |
| XYZ | 22.17 | 33.31 | 32.05 | - |
| YUV | 136.91 | 132.56 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 145 | 0.65 | 0 | 0.17 | 0.32 | 164.6 | 0.48 | 0.46 |
| Hex | 3D | AE | 91 | 41 | 0 | 11 | 20 | A5 | 30 | 2E |
| Octal | 75 | 256 | 221 | 101 | 0 | 21 | 40 | 245 | 60 | 56 |
| Binary | 111101 | 10101110 | 10010001 | 1000001 | 0 | 10001 | 100000 | 10100101 | 110000 | 101110 |
Color Harmonies of #3DAE91
Complementary color
Monochromatic Colors of #3DAE91
Black with #3DAE91
Text Example
Text Example
White with #3DAE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE91; }
p { color: rgb(61,174,145); }
H1.HeaderClassName
{
color: #3DAE91;
}
.AnyTagClassName
{
color: #3DAE91;
}
</style>
background-color css
<style>
a { background-color: #3DAE91; }
a { background-color: rgb(61,174,145); }
div.DivClassName
{
background-color: #3DAE91;
}
.BgClassName
{
background-color: #3DAE91;
}
</style>
border-color css
<style>
span { border-color: #3DAE91; }
span { border-color: rgb(61,174,145); }
td.TdClassName
{
border-color: #3DAE91;
}
.TagClassName
{
border-color: #3DAE91;
}
</style>