Shades of Gossamer #3AAA8D
Tints of Gossamer #3AAA8D
RGB
CMYK
RGB Variations
Color information
#3AAA8D (or 0x3AAA8D) is known color: Gossamer. HEX triplet: 3A, AA and 8D. RGB value is (58,170,141). Sum of RGB (Red+Green+Blue) = 58+170+141=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAA8D is #C55572. Grayscale: #858585. Windows color (decimal): -12932467 or 9284154. OLE color: 9284154.
HSL color Cylindrical-coordinate representation of color #3AAA8D: hue angle of 164.46º degrees, saturation: 0.49, 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 #3AAA8D is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 141 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.33 |
| HSL | 164.46º | 0.49% | 0.45% | - |
| HSV(B) | 164.46º | 0.66% | 0.67% | - |
| XYZ | 20.93 | 31.57 | 30.19 | - |
| YUV | 133.21 | 132.39 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 141 | 0.66 | 0 | 0.17 | 0.33 | 164.46 | 0.49 | 0.45 |
| Hex | 3A | AA | 8D | 42 | 0 | 11 | 21 | A4 | 31 | 2D |
| Octal | 72 | 252 | 215 | 102 | 0 | 21 | 41 | 244 | 61 | 55 |
| Binary | 111010 | 10101010 | 10001101 | 1000010 | 0 | 10001 | 100001 | 10100100 | 110001 | 101101 |
Color Harmonies of #3AAA8D
Complementary color
Monochromatic Colors of #3AAA8D
Black with #3AAA8D
Text Example
Text Example
White with #3AAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA8D; }
p { color: rgb(58,170,141); }
H1.HeaderClassName
{
color: #3AAA8D;
}
.AnyTagClassName
{
color: #3AAA8D;
}
</style>
background-color css
<style>
a { background-color: #3AAA8D; }
a { background-color: rgb(58,170,141); }
div.DivClassName
{
background-color: #3AAA8D;
}
.BgClassName
{
background-color: #3AAA8D;
}
</style>
border-color css
<style>
span { border-color: #3AAA8D; }
span { border-color: rgb(58,170,141); }
td.TdClassName
{
border-color: #3AAA8D;
}
.TagClassName
{
border-color: #3AAA8D;
}
</style>