Shades of Gossamer #3BAF8B
Tints of Gossamer #3BAF8B
RGB
CMYK
RGB Variations
Color information
#3BAF8B (or 0x3BAF8B) is known color: Gossamer. HEX triplet: 3B, AF and 8B. RGB value is (59,175,139). Sum of RGB (Red+Green+Blue) = 59+175+139=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAF8B is #C45074. Grayscale: #888888. Windows color (decimal): -12865653 or 9154363. OLE color: 9154363.
HSL color Cylindrical-coordinate representation of color #3BAF8B: hue angle of 161.38º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAF8B is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 139 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.31 |
| HSL | 161.38º | 0.5% | 0.46% | - |
| HSV(B) | 161.38º | 0.66% | 0.69% | - |
| XYZ | 21.79 | 33.45 | 29.73 | - |
| YUV | 136.21 | 129.57 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 139 | 0.66 | 0 | 0.21 | 0.31 | 161.38 | 0.5 | 0.46 |
| Hex | 3B | AF | 8B | 42 | 0 | 15 | 1F | A1 | 32 | 2E |
| Octal | 73 | 257 | 213 | 102 | 0 | 25 | 37 | 241 | 62 | 56 |
| Binary | 111011 | 10101111 | 10001011 | 1000010 | 0 | 10101 | 11111 | 10100001 | 110010 | 101110 |
Color Harmonies of #3BAF8B
Complementary color
Monochromatic Colors of #3BAF8B
Black with #3BAF8B
Text Example
Text Example
White with #3BAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF8B; }
p { color: rgb(59,175,139); }
H1.HeaderClassName
{
color: #3BAF8B;
}
.AnyTagClassName
{
color: #3BAF8B;
}
</style>
background-color css
<style>
a { background-color: #3BAF8B; }
a { background-color: rgb(59,175,139); }
div.DivClassName
{
background-color: #3BAF8B;
}
.BgClassName
{
background-color: #3BAF8B;
}
</style>
border-color css
<style>
span { border-color: #3BAF8B; }
span { border-color: rgb(59,175,139); }
td.TdClassName
{
border-color: #3BAF8B;
}
.TagClassName
{
border-color: #3BAF8B;
}
</style>