Shades of Gossamer #39AD8B
Tints of Gossamer #39AD8B
RGB
CMYK
RGB Variations
Color information
#39AD8B (or 0x39AD8B) is known color: Gossamer. HEX triplet: 39, AD and 8B. RGB value is (57,173,139). Sum of RGB (Red+Green+Blue) = 57+173+139=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #39AD8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AD8B is #C65274. Grayscale: #868686. Windows color (decimal): -12997237 or 9153849. OLE color: 9153849.
HSL color Cylindrical-coordinate representation of color #39AD8B: hue angle of 162.41º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39AD8B is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 173 | 139 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.32 |
| HSL | 162.41º | 0.5% | 0.45% | - |
| HSV(B) | 162.41º | 0.67% | 0.68% | - |
| XYZ | 21.29 | 32.62 | 29.6 | - |
| YUV | 134.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 173 | 139 | 0.67 | 0 | 0.20 | 0.32 | 162.41 | 0.5 | 0.45 |
| Hex | 39 | AD | 8B | 43 | 0 | 14 | 20 | A2 | 32 | 2D |
| Octal | 71 | 255 | 213 | 103 | 0 | 24 | 40 | 242 | 62 | 55 |
| Binary | 111001 | 10101101 | 10001011 | 1000011 | 0 | 10100 | 100000 | 10100010 | 110010 | 101101 |
Color Harmonies of #39AD8B
Complementary color
Monochromatic Colors of #39AD8B
Black with #39AD8B
Text Example
Text Example
White with #39AD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AD8B; }
p { color: rgb(57,173,139); }
H1.HeaderClassName
{
color: #39AD8B;
}
.AnyTagClassName
{
color: #39AD8B;
}
</style>
background-color css
<style>
a { background-color: #39AD8B; }
a { background-color: rgb(57,173,139); }
div.DivClassName
{
background-color: #39AD8B;
}
.BgClassName
{
background-color: #39AD8B;
}
</style>
border-color css
<style>
span { border-color: #39AD8B; }
span { border-color: rgb(57,173,139); }
td.TdClassName
{
border-color: #39AD8B;
}
.TagClassName
{
border-color: #39AD8B;
}
</style>