Shades of Gossamer #39AD8C
Tints of Gossamer #39AD8C
RGB
CMYK
RGB Variations
Color information
#39AD8C (or 0x39AD8C) is known color: Gossamer. HEX triplet: 39, AD and 8C. RGB value is (57,173,140). Sum of RGB (Red+Green+Blue) = 57+173+140=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #39AD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AD8C is #C65273. Grayscale: #868686. Windows color (decimal): -12997236 or 9219385. OLE color: 9219385.
HSL color Cylindrical-coordinate representation of color #39AD8C: hue angle of 162.93º 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 #39AD8C is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 173 | 140 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.32 |
| HSL | 162.93º | 0.5% | 0.45% | - |
| HSV(B) | 162.93º | 0.67% | 0.68% | - |
| XYZ | 21.36 | 32.65 | 29.99 | - |
| YUV | 134.55 | 131.07 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 173 | 140 | 0.67 | 0 | 0.19 | 0.32 | 162.93 | 0.5 | 0.45 |
| Hex | 39 | AD | 8C | 43 | 0 | 13 | 20 | A3 | 32 | 2D |
| Octal | 71 | 255 | 214 | 103 | 0 | 23 | 40 | 243 | 62 | 55 |
| Binary | 111001 | 10101101 | 10001100 | 1000011 | 0 | 10011 | 100000 | 10100011 | 110010 | 101101 |
Color Harmonies of #39AD8C
Complementary color
Monochromatic Colors of #39AD8C
Black with #39AD8C
Text Example
Text Example
White with #39AD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AD8C; }
p { color: rgb(57,173,140); }
H1.HeaderClassName
{
color: #39AD8C;
}
.AnyTagClassName
{
color: #39AD8C;
}
</style>
background-color css
<style>
a { background-color: #39AD8C; }
a { background-color: rgb(57,173,140); }
div.DivClassName
{
background-color: #39AD8C;
}
.BgClassName
{
background-color: #39AD8C;
}
</style>
border-color css
<style>
span { border-color: #39AD8C; }
span { border-color: rgb(57,173,140); }
td.TdClassName
{
border-color: #39AD8C;
}
.TagClassName
{
border-color: #39AD8C;
}
</style>