Shades of Gossamer #3AAA88
Tints of Gossamer #3AAA88
RGB
CMYK
RGB Variations
Color information
#3AAA88 (or 0x3AAA88) is known color: Gossamer. HEX triplet: 3A, AA and 88. RGB value is (58,170,136). Sum of RGB (Red+Green+Blue) = 58+170+136=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAA88 is #C55577. Grayscale: #848484. Windows color (decimal): -12932472 or 8956474. OLE color: 8956474.
HSL color Cylindrical-coordinate representation of color #3AAA88: hue angle of 161.79º 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 #3AAA88 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 136 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.33 |
| HSL | 161.79º | 0.49% | 0.45% | - |
| HSV(B) | 161.79º | 0.66% | 0.67% | - |
| XYZ | 20.56 | 31.43 | 28.27 | - |
| YUV | 132.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 136 | 0.66 | 0 | 0.20 | 0.33 | 161.79 | 0.49 | 0.45 |
| Hex | 3A | AA | 88 | 42 | 0 | 14 | 21 | A2 | 31 | 2D |
| Octal | 72 | 252 | 210 | 102 | 0 | 24 | 41 | 242 | 61 | 55 |
| Binary | 111010 | 10101010 | 10001000 | 1000010 | 0 | 10100 | 100001 | 10100010 | 110001 | 101101 |
Color Harmonies of #3AAA88
Complementary color
Monochromatic Colors of #3AAA88
Black with #3AAA88
Text Example
Text Example
White with #3AAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA88; }
p { color: rgb(58,170,136); }
H1.HeaderClassName
{
color: #3AAA88;
}
.AnyTagClassName
{
color: #3AAA88;
}
</style>
background-color css
<style>
a { background-color: #3AAA88; }
a { background-color: rgb(58,170,136); }
div.DivClassName
{
background-color: #3AAA88;
}
.BgClassName
{
background-color: #3AAA88;
}
</style>
border-color css
<style>
span { border-color: #3AAA88; }
span { border-color: rgb(58,170,136); }
td.TdClassName
{
border-color: #3AAA88;
}
.TagClassName
{
border-color: #3AAA88;
}
</style>