Shades of Gossamer #389E8E
Tints of Gossamer #389E8E
RGB
CMYK
RGB Variations
Color information
#389E8E (or 0x389E8E) is known color: Gossamer. HEX triplet: 38, 9E and 8E. RGB value is (56,158,142). Sum of RGB (Red+Green+Blue) = 56+158+142=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #389E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389E8E is #C76171. Grayscale: #7D7D7D. Windows color (decimal): -13066610 or 9346616. OLE color: 9346616.
HSL color Cylindrical-coordinate representation of color #389E8E: hue angle of 170.59º 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 #389E8E is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 158 | 142 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.38 |
| HSL | 170.59º | 0.48% | 0.42% | - |
| HSV(B) | 170.59º | 0.65% | 0.62% | - |
| XYZ | 18.74 | 27.25 | 29.86 | - |
| YUV | 125.68 | 137.21 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 158 | 142 | 0.65 | 0 | 0.10 | 0.38 | 170.59 | 0.48 | 0.42 |
| Hex | 38 | 9E | 8E | 41 | 0 | A | 26 | AB | 30 | 2A |
| Octal | 70 | 236 | 216 | 101 | 0 | 12 | 46 | 253 | 60 | 52 |
| Binary | 111000 | 10011110 | 10001110 | 1000001 | 0 | 1010 | 100110 | 10101011 | 110000 | 101010 |
Color Harmonies of #389E8E
Complementary color
Monochromatic Colors of #389E8E
Black with #389E8E
Text Example
Text Example
White with #389E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389E8E; }
p { color: rgb(56,158,142); }
H1.HeaderClassName
{
color: #389E8E;
}
.AnyTagClassName
{
color: #389E8E;
}
</style>
background-color css
<style>
a { background-color: #389E8E; }
a { background-color: rgb(56,158,142); }
div.DivClassName
{
background-color: #389E8E;
}
.BgClassName
{
background-color: #389E8E;
}
</style>
border-color css
<style>
span { border-color: #389E8E; }
span { border-color: rgb(56,158,142); }
td.TdClassName
{
border-color: #389E8E;
}
.TagClassName
{
border-color: #389E8E;
}
</style>