Shades of Gossamer #3BA69C
Tints of Gossamer #3BA69C
RGB
CMYK
RGB Variations
Color information
#3BA69C (or 0x3BA69C) is known color: Gossamer. HEX triplet: 3B, A6 and 9C. RGB value is (59,166,156). Sum of RGB (Red+Green+Blue) = 59+166+156=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA69C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA69C is #C45963. Grayscale: #848484. Windows color (decimal): -12867940 or 10266171. OLE color: 10266171.
HSL color Cylindrical-coordinate representation of color #3BA69C: hue angle of 174.39º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA69C is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 166 | 156 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.35 |
| HSL | 174.39º | 0.48% | 0.44% | - |
| HSV(B) | 174.39º | 0.64% | 0.65% | - |
| XYZ | 21.44 | 30.6 | 36.23 | - |
| YUV | 132.87 | 141.05 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 166 | 156 | 0.64 | 0 | 0.06 | 0.35 | 174.39 | 0.48 | 0.44 |
| Hex | 3B | A6 | 9C | 40 | 0 | 6 | 23 | AE | 30 | 2C |
| Octal | 73 | 246 | 234 | 100 | 0 | 6 | 43 | 256 | 60 | 54 |
| Binary | 111011 | 10100110 | 10011100 | 1000000 | 0 | 110 | 100011 | 10101110 | 110000 | 101100 |
Color Harmonies of #3BA69C
Complementary color
Monochromatic Colors of #3BA69C
Black with #3BA69C
Text Example
Text Example
White with #3BA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA69C; }
p { color: rgb(59,166,156); }
H1.HeaderClassName
{
color: #3BA69C;
}
.AnyTagClassName
{
color: #3BA69C;
}
</style>
background-color css
<style>
a { background-color: #3BA69C; }
a { background-color: rgb(59,166,156); }
div.DivClassName
{
background-color: #3BA69C;
}
.BgClassName
{
background-color: #3BA69C;
}
</style>
border-color css
<style>
span { border-color: #3BA69C; }
span { border-color: rgb(59,166,156); }
td.TdClassName
{
border-color: #3BA69C;
}
.TagClassName
{
border-color: #3BA69C;
}
</style>