Shades of Gossamer #3BAE92
Tints of Gossamer #3BAE92
RGB
CMYK
RGB Variations
Color information
#3BAE92 (or 0x3BAE92) is known color: Gossamer. HEX triplet: 3B, AE and 92. RGB value is (59,174,146). Sum of RGB (Red+Green+Blue) = 59+174+146=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAE92 is #C4516D. Grayscale: #888888. Windows color (decimal): -12865902 or 9612859. OLE color: 9612859.
HSL color Cylindrical-coordinate representation of color #3BAE92: hue angle of 165.39º 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 #3BAE92 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 146 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.32 |
| HSL | 165.39º | 0.49% | 0.46% | - |
| HSV(B) | 165.39º | 0.66% | 0.68% | - |
| XYZ | 22.13 | 33.28 | 32.45 | - |
| YUV | 136.42 | 133.4 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 146 | 0.66 | 0 | 0.16 | 0.32 | 165.39 | 0.49 | 0.46 |
| Hex | 3B | AE | 92 | 42 | 0 | 10 | 20 | A5 | 31 | 2E |
| Octal | 73 | 256 | 222 | 102 | 0 | 20 | 40 | 245 | 61 | 56 |
| Binary | 111011 | 10101110 | 10010010 | 1000010 | 0 | 10000 | 100000 | 10100101 | 110001 | 101110 |
Color Harmonies of #3BAE92
Complementary color
Monochromatic Colors of #3BAE92
Black with #3BAE92
Text Example
Text Example
White with #3BAE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE92; }
p { color: rgb(59,174,146); }
H1.HeaderClassName
{
color: #3BAE92;
}
.AnyTagClassName
{
color: #3BAE92;
}
</style>
background-color css
<style>
a { background-color: #3BAE92; }
a { background-color: rgb(59,174,146); }
div.DivClassName
{
background-color: #3BAE92;
}
.BgClassName
{
background-color: #3BAE92;
}
</style>
border-color css
<style>
span { border-color: #3BAE92; }
span { border-color: rgb(59,174,146); }
td.TdClassName
{
border-color: #3BAE92;
}
.TagClassName
{
border-color: #3BAE92;
}
</style>