Shades of Gossamer #39AB80
Tints of Gossamer #39AB80
RGB
CMYK
RGB Variations
Color information
#39AB80 (or 0x39AB80) is known color: Gossamer. HEX triplet: 39, AB and 80. RGB value is (57,171,128). Sum of RGB (Red+Green+Blue) = 57+171+128=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #39AB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AB80 is #C6547F. Grayscale: #848484. Windows color (decimal): -12997760 or 8432441. OLE color: 8432441.
HSL color Cylindrical-coordinate representation of color #39AB80: hue angle of 157.37º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39AB80 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 171 | 128 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.33 |
| HSL | 157.37º | 0.5% | 0.45% | - |
| HSV(B) | 157.37º | 0.67% | 0.67% | - |
| XYZ | 20.15 | 31.55 | 25.45 | - |
| YUV | 132.01 | 125.73 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 171 | 128 | 0.67 | 0 | 0.25 | 0.33 | 157.37 | 0.5 | 0.45 |
| Hex | 39 | AB | 80 | 43 | 0 | 19 | 21 | 9D | 32 | 2D |
| Octal | 71 | 253 | 200 | 103 | 0 | 31 | 41 | 235 | 62 | 55 |
| Binary | 111001 | 10101011 | 10000000 | 1000011 | 0 | 11001 | 100001 | 10011101 | 110010 | 101101 |
Color Harmonies of #39AB80
Complementary color
Monochromatic Colors of #39AB80
Black with #39AB80
Text Example
Text Example
White with #39AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AB80; }
p { color: rgb(57,171,128); }
H1.HeaderClassName
{
color: #39AB80;
}
.AnyTagClassName
{
color: #39AB80;
}
</style>
background-color css
<style>
a { background-color: #39AB80; }
a { background-color: rgb(57,171,128); }
div.DivClassName
{
background-color: #39AB80;
}
.BgClassName
{
background-color: #39AB80;
}
</style>
border-color css
<style>
span { border-color: #39AB80; }
span { border-color: rgb(57,171,128); }
td.TdClassName
{
border-color: #39AB80;
}
.TagClassName
{
border-color: #39AB80;
}
</style>