Shades of Gossamer #3AAD88
Tints of Gossamer #3AAD88
RGB
CMYK
RGB Variations
Color information
#3AAD88 (or 0x3AAD88) is known color: Gossamer. HEX triplet: 3A, AD and 88. RGB value is (58,173,136). Sum of RGB (Red+Green+Blue) = 58+173+136=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAD88 is #C55277. Grayscale: #868686. Windows color (decimal): -12931704 or 8957242. OLE color: 8957242.
HSL color Cylindrical-coordinate representation of color #3AAD88: hue angle of 160.7º 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 #3AAD88 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 136 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.32 |
| HSL | 160.7º | 0.5% | 0.45% | - |
| HSV(B) | 160.7º | 0.66% | 0.68% | - |
| XYZ | 21.13 | 32.56 | 28.46 | - |
| YUV | 134.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 136 | 0.66 | 0 | 0.21 | 0.32 | 160.7 | 0.5 | 0.45 |
| Hex | 3A | AD | 88 | 42 | 0 | 15 | 20 | A1 | 32 | 2D |
| Octal | 72 | 255 | 210 | 102 | 0 | 25 | 40 | 241 | 62 | 55 |
| Binary | 111010 | 10101101 | 10001000 | 1000010 | 0 | 10101 | 100000 | 10100001 | 110010 | 101101 |
Color Harmonies of #3AAD88
Complementary color
Monochromatic Colors of #3AAD88
Black with #3AAD88
Text Example
Text Example
White with #3AAD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD88; }
p { color: rgb(58,173,136); }
H1.HeaderClassName
{
color: #3AAD88;
}
.AnyTagClassName
{
color: #3AAD88;
}
</style>
background-color css
<style>
a { background-color: #3AAD88; }
a { background-color: rgb(58,173,136); }
div.DivClassName
{
background-color: #3AAD88;
}
.BgClassName
{
background-color: #3AAD88;
}
</style>
border-color css
<style>
span { border-color: #3AAD88; }
span { border-color: rgb(58,173,136); }
td.TdClassName
{
border-color: #3AAD88;
}
.TagClassName
{
border-color: #3AAD88;
}
</style>