Shades of Gossamer #399D7E
Tints of Gossamer #399D7E
RGB
CMYK
RGB Variations
Color information
#399D7E (or 0x399D7E) is known color: Gossamer. HEX triplet: 39, 9D and 7E. RGB value is (57,157,126). Sum of RGB (Red+Green+Blue) = 57+157+126=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #399D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399D7E is #C66281. Grayscale: #7B7B7B. Windows color (decimal): -13001346 or 8297785. OLE color: 8297785.
HSL color Cylindrical-coordinate representation of color #399D7E: hue angle of 161.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399D7E is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 157 | 126 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.38 |
| HSL | 161.4º | 0.47% | 0.42% | - |
| HSV(B) | 161.4º | 0.64% | 0.62% | - |
| XYZ | 17.51 | 26.49 | 23.93 | - |
| YUV | 123.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 126 | 0.64 | 0 | 0.20 | 0.38 | 161.4 | 0.47 | 0.42 |
| Hex | 39 | 9D | 7E | 40 | 0 | 14 | 26 | A1 | 2F | 2A |
| Octal | 71 | 235 | 176 | 100 | 0 | 24 | 46 | 241 | 57 | 52 |
| Binary | 111001 | 10011101 | 1111110 | 1000000 | 0 | 10100 | 100110 | 10100001 | 101111 | 101010 |
Color Harmonies of #399D7E
Complementary color
Monochromatic Colors of #399D7E
Black with #399D7E
Text Example
Text Example
White with #399D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399D7E; }
p { color: rgb(57,157,126); }
H1.HeaderClassName
{
color: #399D7E;
}
.AnyTagClassName
{
color: #399D7E;
}
</style>
background-color css
<style>
a { background-color: #399D7E; }
a { background-color: rgb(57,157,126); }
div.DivClassName
{
background-color: #399D7E;
}
.BgClassName
{
background-color: #399D7E;
}
</style>
border-color css
<style>
span { border-color: #399D7E; }
span { border-color: rgb(57,157,126); }
td.TdClassName
{
border-color: #399D7E;
}
.TagClassName
{
border-color: #399D7E;
}
</style>