Shades of Gossamer #399C85
Tints of Gossamer #399C85
RGB
CMYK
RGB Variations
Color information
#399C85 (or 0x399C85) is known color: Gossamer. HEX triplet: 39, 9C and 85. RGB value is (57,156,133). Sum of RGB (Red+Green+Blue) = 57+156+133=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #399C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399C85 is #C6637A. Grayscale: #7B7B7B. Windows color (decimal): -13001595 or 8756281. OLE color: 8756281.
HSL color Cylindrical-coordinate representation of color #399C85: hue angle of 166.06º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399C85 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 156 | 133 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.39 |
| HSL | 166.06º | 0.46% | 0.42% | - |
| HSV(B) | 166.06º | 0.63% | 0.61% | - |
| XYZ | 17.81 | 26.34 | 26.34 | - |
| YUV | 123.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 133 | 0.63 | 0 | 0.15 | 0.39 | 166.06 | 0.46 | 0.42 |
| Hex | 39 | 9C | 85 | 3F | 0 | F | 27 | A6 | 2E | 2A |
| Octal | 71 | 234 | 205 | 77 | 0 | 17 | 47 | 246 | 56 | 52 |
| Binary | 111001 | 10011100 | 10000101 | 111111 | 0 | 1111 | 100111 | 10100110 | 101110 | 101010 |
Color Harmonies of #399C85
Complementary color
Monochromatic Colors of #399C85
Black with #399C85
Text Example
Text Example
White with #399C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399C85; }
p { color: rgb(57,156,133); }
H1.HeaderClassName
{
color: #399C85;
}
.AnyTagClassName
{
color: #399C85;
}
</style>
background-color css
<style>
a { background-color: #399C85; }
a { background-color: rgb(57,156,133); }
div.DivClassName
{
background-color: #399C85;
}
.BgClassName
{
background-color: #399C85;
}
</style>
border-color css
<style>
span { border-color: #399C85; }
span { border-color: rgb(57,156,133); }
td.TdClassName
{
border-color: #399C85;
}
.TagClassName
{
border-color: #399C85;
}
</style>