Shades of Gossamer #399C80
Tints of Gossamer #399C80
RGB
CMYK
RGB Variations
Color information
#399C80 (or 0x399C80) is known color: Gossamer. HEX triplet: 39, 9C and 80. RGB value is (57,156,128). Sum of RGB (Red+Green+Blue) = 57+156+128=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #399C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399C80 is #C6637F. Grayscale: #7B7B7B. Windows color (decimal): -13001600 or 8428601. OLE color: 8428601.
HSL color Cylindrical-coordinate representation of color #399C80: hue angle of 163.03º 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 #399C80 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 156 | 128 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.39 |
| HSL | 163.03º | 0.46% | 0.42% | - |
| HSV(B) | 163.03º | 0.63% | 0.61% | - |
| XYZ | 17.47 | 26.21 | 24.56 | - |
| YUV | 123.21 | 130.7 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 128 | 0.63 | 0 | 0.18 | 0.39 | 163.03 | 0.46 | 0.42 |
| Hex | 39 | 9C | 80 | 3F | 0 | 12 | 27 | A3 | 2E | 2A |
| Octal | 71 | 234 | 200 | 77 | 0 | 22 | 47 | 243 | 56 | 52 |
| Binary | 111001 | 10011100 | 10000000 | 111111 | 0 | 10010 | 100111 | 10100011 | 101110 | 101010 |
Color Harmonies of #399C80
Complementary color
Monochromatic Colors of #399C80
Black with #399C80
Text Example
Text Example
White with #399C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399C80; }
p { color: rgb(57,156,128); }
H1.HeaderClassName
{
color: #399C80;
}
.AnyTagClassName
{
color: #399C80;
}
</style>
background-color css
<style>
a { background-color: #399C80; }
a { background-color: rgb(57,156,128); }
div.DivClassName
{
background-color: #399C80;
}
.BgClassName
{
background-color: #399C80;
}
</style>
border-color css
<style>
span { border-color: #399C80; }
span { border-color: rgb(57,156,128); }
td.TdClassName
{
border-color: #399C80;
}
.TagClassName
{
border-color: #399C80;
}
</style>