Shades of Gossamer #3AAE8D
Tints of Gossamer #3AAE8D
RGB
CMYK
RGB Variations
Color information
#3AAE8D (or 0x3AAE8D) is known color: Gossamer. HEX triplet: 3A, AE and 8D. RGB value is (58,174,141). Sum of RGB (Red+Green+Blue) = 58+174+141=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAE8D is #C55172. Grayscale: #878787. Windows color (decimal): -12931443 or 9285178. OLE color: 9285178.
HSL color Cylindrical-coordinate representation of color #3AAE8D: hue angle of 162.93º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAE8D is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 174 | 141 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.32 |
| HSL | 162.93º | 0.5% | 0.45% | - |
| HSV(B) | 162.93º | 0.67% | 0.68% | - |
| XYZ | 21.69 | 33.09 | 30.44 | - |
| YUV | 135.55 | 131.07 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 141 | 0.67 | 0 | 0.19 | 0.32 | 162.93 | 0.5 | 0.45 |
| Hex | 3A | AE | 8D | 43 | 0 | 13 | 20 | A3 | 32 | 2D |
| Octal | 72 | 256 | 215 | 103 | 0 | 23 | 40 | 243 | 62 | 55 |
| Binary | 111010 | 10101110 | 10001101 | 1000011 | 0 | 10011 | 100000 | 10100011 | 110010 | 101101 |
Color Harmonies of #3AAE8D
Complementary color
Monochromatic Colors of #3AAE8D
Black with #3AAE8D
Text Example
Text Example
White with #3AAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAE8D; }
p { color: rgb(58,174,141); }
H1.HeaderClassName
{
color: #3AAE8D;
}
.AnyTagClassName
{
color: #3AAE8D;
}
</style>
background-color css
<style>
a { background-color: #3AAE8D; }
a { background-color: rgb(58,174,141); }
div.DivClassName
{
background-color: #3AAE8D;
}
.BgClassName
{
background-color: #3AAE8D;
}
</style>
border-color css
<style>
span { border-color: #3AAE8D; }
span { border-color: rgb(58,174,141); }
td.TdClassName
{
border-color: #3AAE8D;
}
.TagClassName
{
border-color: #3AAE8D;
}
</style>