Shades of Gossamer #389F7F
Tints of Gossamer #389F7F
RGB
CMYK
RGB Variations
Color information
#389F7F (or 0x389F7F) is known color: Gossamer. HEX triplet: 38, 9F and 7F. RGB value is (56,159,127). Sum of RGB (Red+Green+Blue) = 56+159+127=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #389F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389F7F is #C76080. Grayscale: #7C7C7C. Windows color (decimal): -13066369 or 8363832. OLE color: 8363832.
HSL color Cylindrical-coordinate representation of color #389F7F: hue angle of 161.36º 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 #389F7F is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 127 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.38 |
| HSL | 161.36º | 0.48% | 0.42% | - |
| HSV(B) | 161.36º | 0.65% | 0.62% | - |
| XYZ | 17.86 | 27.17 | 24.38 | - |
| YUV | 124.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 127 | 0.65 | 0 | 0.20 | 0.38 | 161.36 | 0.48 | 0.42 |
| Hex | 38 | 9F | 7F | 41 | 0 | 14 | 26 | A1 | 30 | 2A |
| Octal | 70 | 237 | 177 | 101 | 0 | 24 | 46 | 241 | 60 | 52 |
| Binary | 111000 | 10011111 | 1111111 | 1000001 | 0 | 10100 | 100110 | 10100001 | 110000 | 101010 |
Color Harmonies of #389F7F
Complementary color
Monochromatic Colors of #389F7F
Black with #389F7F
Text Example
Text Example
White with #389F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F7F; }
p { color: rgb(56,159,127); }
H1.HeaderClassName
{
color: #389F7F;
}
.AnyTagClassName
{
color: #389F7F;
}
</style>
background-color css
<style>
a { background-color: #389F7F; }
a { background-color: rgb(56,159,127); }
div.DivClassName
{
background-color: #389F7F;
}
.BgClassName
{
background-color: #389F7F;
}
</style>
border-color css
<style>
span { border-color: #389F7F; }
span { border-color: rgb(56,159,127); }
td.TdClassName
{
border-color: #389F7F;
}
.TagClassName
{
border-color: #389F7F;
}
</style>