Shades of Gossamer #3AAD8D
Tints of Gossamer #3AAD8D
RGB
CMYK
RGB Variations
Color information
#3AAD8D (or 0x3AAD8D) is known color: Gossamer. HEX triplet: 3A, AD and 8D. RGB value is (58,173,141). Sum of RGB (Red+Green+Blue) = 58+173+141=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAD8D is #C55272. Grayscale: #868686. Windows color (decimal): -12931699 or 9284922. OLE color: 9284922.
HSL color Cylindrical-coordinate representation of color #3AAD8D: hue angle of 163.3º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAD8D is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 141 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.32 |
| HSL | 163.3º | 0.5% | 0.45% | - |
| HSV(B) | 163.3º | 0.66% | 0.68% | - |
| XYZ | 21.5 | 32.71 | 30.38 | - |
| YUV | 134.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 141 | 0.66 | 0 | 0.18 | 0.32 | 163.3 | 0.5 | 0.45 |
| Hex | 3A | AD | 8D | 42 | 0 | 12 | 20 | A3 | 32 | 2D |
| Octal | 72 | 255 | 215 | 102 | 0 | 22 | 40 | 243 | 62 | 55 |
| Binary | 111010 | 10101101 | 10001101 | 1000010 | 0 | 10010 | 100000 | 10100011 | 110010 | 101101 |
Color Harmonies of #3AAD8D
Complementary color
Monochromatic Colors of #3AAD8D
Black with #3AAD8D
Text Example
Text Example
White with #3AAD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD8D; }
p { color: rgb(58,173,141); }
H1.HeaderClassName
{
color: #3AAD8D;
}
.AnyTagClassName
{
color: #3AAD8D;
}
</style>
background-color css
<style>
a { background-color: #3AAD8D; }
a { background-color: rgb(58,173,141); }
div.DivClassName
{
background-color: #3AAD8D;
}
.BgClassName
{
background-color: #3AAD8D;
}
</style>
border-color css
<style>
span { border-color: #3AAD8D; }
span { border-color: rgb(58,173,141); }
td.TdClassName
{
border-color: #3AAD8D;
}
.TagClassName
{
border-color: #3AAD8D;
}
</style>