Shades of Gossamer #3AAC8E
Tints of Gossamer #3AAC8E
RGB
CMYK
RGB Variations
Color information
#3AAC8E (or 0x3AAC8E) is known color: Gossamer. HEX triplet: 3A, AC and 8E. RGB value is (58,172,142). Sum of RGB (Red+Green+Blue) = 58+172+142=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC8E is #C55371. Grayscale: #868686. Windows color (decimal): -12931954 or 9350202. OLE color: 9350202.
HSL color Cylindrical-coordinate representation of color #3AAC8E: hue angle of 164.21º 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 #3AAC8E is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 142 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.33 |
| HSL | 164.21º | 0.5% | 0.45% | - |
| HSV(B) | 164.21º | 0.66% | 0.67% | - |
| XYZ | 21.38 | 32.36 | 30.71 | - |
| YUV | 134.49 | 132.23 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 142 | 0.66 | 0 | 0.17 | 0.33 | 164.21 | 0.5 | 0.45 |
| Hex | 3A | AC | 8E | 42 | 0 | 11 | 21 | A4 | 32 | 2D |
| Octal | 72 | 254 | 216 | 102 | 0 | 21 | 41 | 244 | 62 | 55 |
| Binary | 111010 | 10101100 | 10001110 | 1000010 | 0 | 10001 | 100001 | 10100100 | 110010 | 101101 |
Color Harmonies of #3AAC8E
Complementary color
Monochromatic Colors of #3AAC8E
Black with #3AAC8E
Text Example
Text Example
White with #3AAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC8E; }
p { color: rgb(58,172,142); }
H1.HeaderClassName
{
color: #3AAC8E;
}
.AnyTagClassName
{
color: #3AAC8E;
}
</style>
background-color css
<style>
a { background-color: #3AAC8E; }
a { background-color: rgb(58,172,142); }
div.DivClassName
{
background-color: #3AAC8E;
}
.BgClassName
{
background-color: #3AAC8E;
}
</style>
border-color css
<style>
span { border-color: #3AAC8E; }
span { border-color: rgb(58,172,142); }
td.TdClassName
{
border-color: #3AAC8E;
}
.TagClassName
{
border-color: #3AAC8E;
}
</style>