Shades of Gossamer #3AAC93
Tints of Gossamer #3AAC93
RGB
CMYK
RGB Variations
Color information
#3AAC93 (or 0x3AAC93) is known color: Gossamer. HEX triplet: 3A, AC and 93. RGB value is (58,172,147). Sum of RGB (Red+Green+Blue) = 58+172+147=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC93 is #C5536C. Grayscale: #878787. Windows color (decimal): -12931949 or 9677882. OLE color: 9677882.
HSL color Cylindrical-coordinate representation of color #3AAC93: hue angle of 166.84º 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 #3AAC93 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 147 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.33 |
| HSL | 166.84º | 0.5% | 0.45% | - |
| HSV(B) | 166.84º | 0.66% | 0.67% | - |
| XYZ | 21.76 | 32.51 | 32.73 | - |
| YUV | 135.06 | 134.73 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 147 | 0.66 | 0 | 0.15 | 0.33 | 166.84 | 0.5 | 0.45 |
| Hex | 3A | AC | 93 | 42 | 0 | F | 21 | A7 | 32 | 2D |
| Octal | 72 | 254 | 223 | 102 | 0 | 17 | 41 | 247 | 62 | 55 |
| Binary | 111010 | 10101100 | 10010011 | 1000010 | 0 | 1111 | 100001 | 10100111 | 110010 | 101101 |
Color Harmonies of #3AAC93
Complementary color
Monochromatic Colors of #3AAC93
Black with #3AAC93
Text Example
Text Example
White with #3AAC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC93; }
p { color: rgb(58,172,147); }
H1.HeaderClassName
{
color: #3AAC93;
}
.AnyTagClassName
{
color: #3AAC93;
}
</style>
background-color css
<style>
a { background-color: #3AAC93; }
a { background-color: rgb(58,172,147); }
div.DivClassName
{
background-color: #3AAC93;
}
.BgClassName
{
background-color: #3AAC93;
}
</style>
border-color css
<style>
span { border-color: #3AAC93; }
span { border-color: rgb(58,172,147); }
td.TdClassName
{
border-color: #3AAC93;
}
.TagClassName
{
border-color: #3AAC93;
}
</style>