Shades of Gossamer #3BAE88
Tints of Gossamer #3BAE88
RGB
CMYK
RGB Variations
Color information
#3BAE88 (or 0x3BAE88) is known color: Gossamer. HEX triplet: 3B, AE and 88. RGB value is (59,174,136). Sum of RGB (Red+Green+Blue) = 59+174+136=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAE88 is #C45177. Grayscale: #878787. Windows color (decimal): -12865912 or 8957499. OLE color: 8957499.
HSL color Cylindrical-coordinate representation of color #3BAE88: hue angle of 160.17º 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 #3BAE88 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 136 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.32 |
| HSL | 160.17º | 0.49% | 0.46% | - |
| HSV(B) | 160.17º | 0.66% | 0.68% | - |
| XYZ | 21.38 | 32.98 | 28.53 | - |
| YUV | 135.28 | 128.4 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 136 | 0.66 | 0 | 0.22 | 0.32 | 160.17 | 0.49 | 0.46 |
| Hex | 3B | AE | 88 | 42 | 0 | 16 | 20 | A0 | 31 | 2E |
| Octal | 73 | 256 | 210 | 102 | 0 | 26 | 40 | 240 | 61 | 56 |
| Binary | 111011 | 10101110 | 10001000 | 1000010 | 0 | 10110 | 100000 | 10100000 | 110001 | 101110 |
Color Harmonies of #3BAE88
Complementary color
Monochromatic Colors of #3BAE88
Black with #3BAE88
Text Example
Text Example
White with #3BAE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE88; }
p { color: rgb(59,174,136); }
H1.HeaderClassName
{
color: #3BAE88;
}
.AnyTagClassName
{
color: #3BAE88;
}
</style>
background-color css
<style>
a { background-color: #3BAE88; }
a { background-color: rgb(59,174,136); }
div.DivClassName
{
background-color: #3BAE88;
}
.BgClassName
{
background-color: #3BAE88;
}
</style>
border-color css
<style>
span { border-color: #3BAE88; }
span { border-color: rgb(59,174,136); }
td.TdClassName
{
border-color: #3BAE88;
}
.TagClassName
{
border-color: #3BAE88;
}
</style>