Shades of Gossamer #3AAD84
Tints of Gossamer #3AAD84
RGB
CMYK
RGB Variations
Color information
#3AAD84 (or 0x3AAD84) is known color: Gossamer. HEX triplet: 3A, AD and 84. RGB value is (58,173,132). Sum of RGB (Red+Green+Blue) = 58+173+132=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAD84 is #C5527B. Grayscale: #858585. Windows color (decimal): -12931708 or 8695098. OLE color: 8695098.
HSL color Cylindrical-coordinate representation of color #3AAD84: hue angle of 158.61º 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 #3AAD84 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 132 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.32 |
| HSL | 158.61º | 0.5% | 0.45% | - |
| HSV(B) | 158.61º | 0.66% | 0.68% | - |
| XYZ | 20.85 | 32.45 | 26.99 | - |
| YUV | 133.94 | 126.9 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 132 | 0.66 | 0 | 0.24 | 0.32 | 158.61 | 0.5 | 0.45 |
| Hex | 3A | AD | 84 | 42 | 0 | 18 | 20 | 9F | 32 | 2D |
| Octal | 72 | 255 | 204 | 102 | 0 | 30 | 40 | 237 | 62 | 55 |
| Binary | 111010 | 10101101 | 10000100 | 1000010 | 0 | 11000 | 100000 | 10011111 | 110010 | 101101 |
Color Harmonies of #3AAD84
Complementary color
Monochromatic Colors of #3AAD84
Black with #3AAD84
Text Example
Text Example
White with #3AAD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD84; }
p { color: rgb(58,173,132); }
H1.HeaderClassName
{
color: #3AAD84;
}
.AnyTagClassName
{
color: #3AAD84;
}
</style>
background-color css
<style>
a { background-color: #3AAD84; }
a { background-color: rgb(58,173,132); }
div.DivClassName
{
background-color: #3AAD84;
}
.BgClassName
{
background-color: #3AAD84;
}
</style>
border-color css
<style>
span { border-color: #3AAD84; }
span { border-color: rgb(58,173,132); }
td.TdClassName
{
border-color: #3AAD84;
}
.TagClassName
{
border-color: #3AAD84;
}
</style>