Shades of Gossamer #3BA48E
Tints of Gossamer #3BA48E
RGB
CMYK
RGB Variations
Color information
#3BA48E (or 0x3BA48E) is known color: Gossamer. HEX triplet: 3B, A4 and 8E. RGB value is (59,164,142). Sum of RGB (Red+Green+Blue) = 59+164+142=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA48E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA48E is #C45B71. Grayscale: #828282. Windows color (decimal): -12868466 or 9348155. OLE color: 9348155.
HSL color Cylindrical-coordinate representation of color #3BA48E: hue angle of 167.43º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA48E is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 142 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.36 |
| HSL | 167.43º | 0.47% | 0.44% | - |
| HSV(B) | 167.43º | 0.64% | 0.64% | - |
| XYZ | 19.96 | 29.43 | 30.22 | - |
| YUV | 130.1 | 134.71 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 142 | 0.64 | 0 | 0.13 | 0.36 | 167.43 | 0.47 | 0.44 |
| Hex | 3B | A4 | 8E | 40 | 0 | D | 24 | A7 | 2F | 2C |
| Octal | 73 | 244 | 216 | 100 | 0 | 15 | 44 | 247 | 57 | 54 |
| Binary | 111011 | 10100100 | 10001110 | 1000000 | 0 | 1101 | 100100 | 10100111 | 101111 | 101100 |
Color Harmonies of #3BA48E
Complementary color
Monochromatic Colors of #3BA48E
Black with #3BA48E
Text Example
Text Example
White with #3BA48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA48E; }
p { color: rgb(59,164,142); }
H1.HeaderClassName
{
color: #3BA48E;
}
.AnyTagClassName
{
color: #3BA48E;
}
</style>
background-color css
<style>
a { background-color: #3BA48E; }
a { background-color: rgb(59,164,142); }
div.DivClassName
{
background-color: #3BA48E;
}
.BgClassName
{
background-color: #3BA48E;
}
</style>
border-color css
<style>
span { border-color: #3BA48E; }
span { border-color: rgb(59,164,142); }
td.TdClassName
{
border-color: #3BA48E;
}
.TagClassName
{
border-color: #3BA48E;
}
</style>