Shades of Gossamer #3BAE84
Tints of Gossamer #3BAE84
RGB
CMYK
RGB Variations
Color information
#3BAE84 (or 0x3BAE84) is known color: Gossamer. HEX triplet: 3B, AE and 84. RGB value is (59,174,132). Sum of RGB (Red+Green+Blue) = 59+174+132=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAE84 is #C4517B. Grayscale: #868686. Windows color (decimal): -12865916 or 8695355. OLE color: 8695355.
HSL color Cylindrical-coordinate representation of color #3BAE84: hue angle of 158.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAE84 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 132 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.32 |
| HSL | 158.09º | 0.49% | 0.46% | - |
| HSV(B) | 158.09º | 0.66% | 0.68% | - |
| XYZ | 21.1 | 32.87 | 27.06 | - |
| YUV | 134.83 | 126.4 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 132 | 0.66 | 0 | 0.24 | 0.32 | 158.09 | 0.49 | 0.46 |
| Hex | 3B | AE | 84 | 42 | 0 | 18 | 20 | 9E | 31 | 2E |
| Octal | 73 | 256 | 204 | 102 | 0 | 30 | 40 | 236 | 61 | 56 |
| Binary | 111011 | 10101110 | 10000100 | 1000010 | 0 | 11000 | 100000 | 10011110 | 110001 | 101110 |
Color Harmonies of #3BAE84
Complementary color
Monochromatic Colors of #3BAE84
Black with #3BAE84
Text Example
Text Example
White with #3BAE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE84; }
p { color: rgb(59,174,132); }
H1.HeaderClassName
{
color: #3BAE84;
}
.AnyTagClassName
{
color: #3BAE84;
}
</style>
background-color css
<style>
a { background-color: #3BAE84; }
a { background-color: rgb(59,174,132); }
div.DivClassName
{
background-color: #3BAE84;
}
.BgClassName
{
background-color: #3BAE84;
}
</style>
border-color css
<style>
span { border-color: #3BAE84; }
span { border-color: rgb(59,174,132); }
td.TdClassName
{
border-color: #3BAE84;
}
.TagClassName
{
border-color: #3BAE84;
}
</style>