Shades of Gossamer #3BAF8A
Tints of Gossamer #3BAF8A
RGB
CMYK
RGB Variations
Color information
#3BAF8A (or 0x3BAF8A) is known color: Gossamer. HEX triplet: 3B, AF and 8A. RGB value is (59,175,138). Sum of RGB (Red+Green+Blue) = 59+175+138=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAF8A is #C45075. Grayscale: #888888. Windows color (decimal): -12865654 or 9088827. OLE color: 9088827.
HSL color Cylindrical-coordinate representation of color #3BAF8A: hue angle of 160.86º 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 #3BAF8A is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 138 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.31 |
| HSL | 160.86º | 0.5% | 0.46% | - |
| HSV(B) | 160.86º | 0.66% | 0.69% | - |
| XYZ | 21.72 | 33.42 | 29.35 | - |
| YUV | 136.1 | 129.07 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 138 | 0.66 | 0 | 0.21 | 0.31 | 160.86 | 0.5 | 0.46 |
| Hex | 3B | AF | 8A | 42 | 0 | 15 | 1F | A1 | 32 | 2E |
| Octal | 73 | 257 | 212 | 102 | 0 | 25 | 37 | 241 | 62 | 56 |
| Binary | 111011 | 10101111 | 10001010 | 1000010 | 0 | 10101 | 11111 | 10100001 | 110010 | 101110 |
Color Harmonies of #3BAF8A
Complementary color
Monochromatic Colors of #3BAF8A
Black with #3BAF8A
Text Example
Text Example
White with #3BAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF8A; }
p { color: rgb(59,175,138); }
H1.HeaderClassName
{
color: #3BAF8A;
}
.AnyTagClassName
{
color: #3BAF8A;
}
</style>
background-color css
<style>
a { background-color: #3BAF8A; }
a { background-color: rgb(59,175,138); }
div.DivClassName
{
background-color: #3BAF8A;
}
.BgClassName
{
background-color: #3BAF8A;
}
</style>
border-color css
<style>
span { border-color: #3BAF8A; }
span { border-color: rgb(59,175,138); }
td.TdClassName
{
border-color: #3BAF8A;
}
.TagClassName
{
border-color: #3BAF8A;
}
</style>