Shades of Gossamer #389F80
Tints of Gossamer #389F80
RGB
CMYK
RGB Variations
Color information
#389F80 (or 0x389F80) is known color: Gossamer. HEX triplet: 38, 9F and 80. RGB value is (56,159,128). Sum of RGB (Red+Green+Blue) = 56+159+128=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #389F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389F80 is #C7607F. Grayscale: #7C7C7C. Windows color (decimal): -13066368 or 8429368. OLE color: 8429368.
HSL color Cylindrical-coordinate representation of color #389F80: hue angle of 161.94º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389F80 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 128 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.38 |
| HSL | 161.94º | 0.48% | 0.42% | - |
| HSV(B) | 161.94º | 0.65% | 0.62% | - |
| XYZ | 17.93 | 27.2 | 24.73 | - |
| YUV | 124.67 | 129.88 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 128 | 0.65 | 0 | 0.19 | 0.38 | 161.94 | 0.48 | 0.42 |
| Hex | 38 | 9F | 80 | 41 | 0 | 13 | 26 | A2 | 30 | 2A |
| Octal | 70 | 237 | 200 | 101 | 0 | 23 | 46 | 242 | 60 | 52 |
| Binary | 111000 | 10011111 | 10000000 | 1000001 | 0 | 10011 | 100110 | 10100010 | 110000 | 101010 |
Color Harmonies of #389F80
Complementary color
Monochromatic Colors of #389F80
Black with #389F80
Text Example
Text Example
White with #389F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F80; }
p { color: rgb(56,159,128); }
H1.HeaderClassName
{
color: #389F80;
}
.AnyTagClassName
{
color: #389F80;
}
</style>
background-color css
<style>
a { background-color: #389F80; }
a { background-color: rgb(56,159,128); }
div.DivClassName
{
background-color: #389F80;
}
.BgClassName
{
background-color: #389F80;
}
</style>
border-color css
<style>
span { border-color: #389F80; }
span { border-color: rgb(56,159,128); }
td.TdClassName
{
border-color: #389F80;
}
.TagClassName
{
border-color: #389F80;
}
</style>