Shades of Gossamer #3DAE88
Tints of Gossamer #3DAE88
RGB
CMYK
RGB Variations
Color information
#3DAE88 (or 0x3DAE88) is known color: Gossamer. HEX triplet: 3D, AE and 88. RGB value is (61,174,136). Sum of RGB (Red+Green+Blue) = 61+174+136=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAE88 is #C25177. Grayscale: #878787. Windows color (decimal): -12734840 or 8957501. OLE color: 8957501.
HSL color Cylindrical-coordinate representation of color #3DAE88: hue angle of 159.82º 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 #3DAE88 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 174 | 136 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.32 |
| HSL | 159.82º | 0.48% | 0.46% | - |
| HSV(B) | 159.82º | 0.65% | 0.68% | - |
| XYZ | 21.5 | 33.04 | 28.54 | - |
| YUV | 135.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 174 | 136 | 0.65 | 0 | 0.22 | 0.32 | 159.82 | 0.48 | 0.46 |
| Hex | 3D | AE | 88 | 41 | 0 | 16 | 20 | A0 | 30 | 2E |
| Octal | 75 | 256 | 210 | 101 | 0 | 26 | 40 | 240 | 60 | 56 |
| Binary | 111101 | 10101110 | 10001000 | 1000001 | 0 | 10110 | 100000 | 10100000 | 110000 | 101110 |
Color Harmonies of #3DAE88
Complementary color
Monochromatic Colors of #3DAE88
Black with #3DAE88
Text Example
Text Example
White with #3DAE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAE88; }
p { color: rgb(61,174,136); }
H1.HeaderClassName
{
color: #3DAE88;
}
.AnyTagClassName
{
color: #3DAE88;
}
</style>
background-color css
<style>
a { background-color: #3DAE88; }
a { background-color: rgb(61,174,136); }
div.DivClassName
{
background-color: #3DAE88;
}
.BgClassName
{
background-color: #3DAE88;
}
</style>
border-color css
<style>
span { border-color: #3DAE88; }
span { border-color: rgb(61,174,136); }
td.TdClassName
{
border-color: #3DAE88;
}
.TagClassName
{
border-color: #3DAE88;
}
</style>