Shades of Gossamer #389980
Tints of Gossamer #389980
RGB
CMYK
RGB Variations
Color information
#389980 (or 0x389980) is known color: Gossamer. HEX triplet: 38, 99 and 80. RGB value is (56,153,128). Sum of RGB (Red+Green+Blue) = 56+153+128=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #389980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389980 is #C7667F. Grayscale: #797979. Windows color (decimal): -13067904 or 8427832. OLE color: 8427832.
HSL color Cylindrical-coordinate representation of color #389980: hue angle of 164.54º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389980 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 128 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.4 |
| HSL | 164.54º | 0.46% | 0.41% | - |
| HSV(B) | 164.54º | 0.63% | 0.6% | - |
| XYZ | 16.92 | 25.18 | 24.39 | - |
| YUV | 121.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 128 | 0.63 | 0 | 0.16 | 0.4 | 164.54 | 0.46 | 0.41 |
| Hex | 38 | 99 | 80 | 3F | 0 | 10 | 28 | A5 | 2E | 29 |
| Octal | 70 | 231 | 200 | 77 | 0 | 20 | 50 | 245 | 56 | 51 |
| Binary | 111000 | 10011001 | 10000000 | 111111 | 0 | 10000 | 101000 | 10100101 | 101110 | 101001 |
Color Harmonies of #389980
Complementary color
Monochromatic Colors of #389980
Black with #389980
Text Example
Text Example
White with #389980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389980; }
p { color: rgb(56,153,128); }
H1.HeaderClassName
{
color: #389980;
}
.AnyTagClassName
{
color: #389980;
}
</style>
background-color css
<style>
a { background-color: #389980; }
a { background-color: rgb(56,153,128); }
div.DivClassName
{
background-color: #389980;
}
.BgClassName
{
background-color: #389980;
}
</style>
border-color css
<style>
span { border-color: #389980; }
span { border-color: rgb(56,153,128); }
td.TdClassName
{
border-color: #389980;
}
.TagClassName
{
border-color: #389980;
}
</style>