Shades of Gossamer #3A987B
Tints of Gossamer #3A987B
RGB
CMYK
RGB Variations
Color information
#3A987B (or 0x3A987B) is known color: Gossamer. HEX triplet: 3A, 98 and 7B. RGB value is (58,152,123). Sum of RGB (Red+Green+Blue) = 58+152+123=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #3A987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A987B is #C56784. Grayscale: #787878. Windows color (decimal): -12937093 or 8099898. OLE color: 8099898.
HSL color Cylindrical-coordinate representation of color #3A987B: hue angle of 161.49º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A987B is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 152 | 123 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.40 |
| HSL | 161.49º | 0.45% | 0.41% | - |
| HSV(B) | 161.49º | 0.62% | 0.6% | - |
| XYZ | 16.55 | 24.79 | 22.65 | - |
| YUV | 120.59 | 129.36 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 152 | 123 | 0.62 | 0 | 0.19 | 0.40 | 161.49 | 0.45 | 0.41 |
| Hex | 3A | 98 | 7B | 3E | 0 | 13 | 28 | A1 | 2D | 29 |
| Octal | 72 | 230 | 173 | 76 | 0 | 23 | 50 | 241 | 55 | 51 |
| Binary | 111010 | 10011000 | 1111011 | 111110 | 0 | 10011 | 101000 | 10100001 | 101101 | 101001 |
Color Harmonies of #3A987B
Complementary color
Monochromatic Colors of #3A987B
Black with #3A987B
Text Example
Text Example
White with #3A987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A987B; }
p { color: rgb(58,152,123); }
H1.HeaderClassName
{
color: #3A987B;
}
.AnyTagClassName
{
color: #3A987B;
}
</style>
background-color css
<style>
a { background-color: #3A987B; }
a { background-color: rgb(58,152,123); }
div.DivClassName
{
background-color: #3A987B;
}
.BgClassName
{
background-color: #3A987B;
}
</style>
border-color css
<style>
span { border-color: #3A987B; }
span { border-color: rgb(58,152,123); }
td.TdClassName
{
border-color: #3A987B;
}
.TagClassName
{
border-color: #3A987B;
}
</style>