Shades of Gossamer #389E7B
Tints of Gossamer #389E7B
RGB
CMYK
RGB Variations
Color information
#389E7B (or 0x389E7B) is known color: Gossamer. HEX triplet: 38, 9E and 7B. RGB value is (56,158,123). Sum of RGB (Red+Green+Blue) = 56+158+123=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #389E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389E7B is #C76184. Grayscale: #7B7B7B. Windows color (decimal): -13066629 or 8101432. OLE color: 8101432.
HSL color Cylindrical-coordinate representation of color #389E7B: hue angle of 159.41º 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 #389E7B is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 158 | 123 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.38 |
| HSL | 159.41º | 0.48% | 0.42% | - |
| HSV(B) | 159.41º | 0.65% | 0.62% | - |
| XYZ | 17.43 | 26.72 | 22.98 | - |
| YUV | 123.51 | 127.71 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 158 | 123 | 0.65 | 0 | 0.22 | 0.38 | 159.41 | 0.48 | 0.42 |
| Hex | 38 | 9E | 7B | 41 | 0 | 16 | 26 | 9F | 30 | 2A |
| Octal | 70 | 236 | 173 | 101 | 0 | 26 | 46 | 237 | 60 | 52 |
| Binary | 111000 | 10011110 | 1111011 | 1000001 | 0 | 10110 | 100110 | 10011111 | 110000 | 101010 |
Color Harmonies of #389E7B
Complementary color
Monochromatic Colors of #389E7B
Black with #389E7B
Text Example
Text Example
White with #389E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389E7B; }
p { color: rgb(56,158,123); }
H1.HeaderClassName
{
color: #389E7B;
}
.AnyTagClassName
{
color: #389E7B;
}
</style>
background-color css
<style>
a { background-color: #389E7B; }
a { background-color: rgb(56,158,123); }
div.DivClassName
{
background-color: #389E7B;
}
.BgClassName
{
background-color: #389E7B;
}
</style>
border-color css
<style>
span { border-color: #389E7B; }
span { border-color: rgb(56,158,123); }
td.TdClassName
{
border-color: #389E7B;
}
.TagClassName
{
border-color: #389E7B;
}
</style>