Shades of Gossamer #3AAC8D
Tints of Gossamer #3AAC8D
RGB
CMYK
RGB Variations
Color information
#3AAC8D (or 0x3AAC8D) is known color: Gossamer. HEX triplet: 3A, AC and 8D. RGB value is (58,172,141). Sum of RGB (Red+Green+Blue) = 58+172+141=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC8D is #C55372. Grayscale: #868686. Windows color (decimal): -12931955 or 9284666. OLE color: 9284666.
HSL color Cylindrical-coordinate representation of color #3AAC8D: hue angle of 163.68º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAC8D is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 141 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.33 |
| HSL | 163.68º | 0.5% | 0.45% | - |
| HSV(B) | 163.68º | 0.66% | 0.67% | - |
| XYZ | 21.31 | 32.33 | 30.32 | - |
| YUV | 134.38 | 131.73 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 141 | 0.66 | 0 | 0.18 | 0.33 | 163.68 | 0.5 | 0.45 |
| Hex | 3A | AC | 8D | 42 | 0 | 12 | 21 | A4 | 32 | 2D |
| Octal | 72 | 254 | 215 | 102 | 0 | 22 | 41 | 244 | 62 | 55 |
| Binary | 111010 | 10101100 | 10001101 | 1000010 | 0 | 10010 | 100001 | 10100100 | 110010 | 101101 |
Color Harmonies of #3AAC8D
Complementary color
Monochromatic Colors of #3AAC8D
Black with #3AAC8D
Text Example
Text Example
White with #3AAC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC8D; }
p { color: rgb(58,172,141); }
H1.HeaderClassName
{
color: #3AAC8D;
}
.AnyTagClassName
{
color: #3AAC8D;
}
</style>
background-color css
<style>
a { background-color: #3AAC8D; }
a { background-color: rgb(58,172,141); }
div.DivClassName
{
background-color: #3AAC8D;
}
.BgClassName
{
background-color: #3AAC8D;
}
</style>
border-color css
<style>
span { border-color: #3AAC8D; }
span { border-color: rgb(58,172,141); }
td.TdClassName
{
border-color: #3AAC8D;
}
.TagClassName
{
border-color: #3AAC8D;
}
</style>