Shades of Gossamer #389F88
Tints of Gossamer #389F88
RGB
CMYK
RGB Variations
Color information
#389F88 (or 0x389F88) is known color: Gossamer. HEX triplet: 38, 9F and 88. RGB value is (56,159,136). Sum of RGB (Red+Green+Blue) = 56+159+136=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #389F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389F88 is #C76077. Grayscale: #7D7D7D. Windows color (decimal): -13066360 or 8953656. OLE color: 8953656.
HSL color Cylindrical-coordinate representation of color #389F88: hue angle of 166.6º 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 #389F88 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 136 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.38 |
| HSL | 166.6º | 0.48% | 0.42% | - |
| HSV(B) | 166.6º | 0.65% | 0.62% | - |
| XYZ | 18.47 | 27.41 | 27.61 | - |
| YUV | 125.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 136 | 0.65 | 0 | 0.14 | 0.38 | 166.6 | 0.48 | 0.42 |
| Hex | 38 | 9F | 88 | 41 | 0 | E | 26 | A7 | 30 | 2A |
| Octal | 70 | 237 | 210 | 101 | 0 | 16 | 46 | 247 | 60 | 52 |
| Binary | 111000 | 10011111 | 10001000 | 1000001 | 0 | 1110 | 100110 | 10100111 | 110000 | 101010 |
Color Harmonies of #389F88
Complementary color
Monochromatic Colors of #389F88
Black with #389F88
Text Example
Text Example
White with #389F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F88; }
p { color: rgb(56,159,136); }
H1.HeaderClassName
{
color: #389F88;
}
.AnyTagClassName
{
color: #389F88;
}
</style>
background-color css
<style>
a { background-color: #389F88; }
a { background-color: rgb(56,159,136); }
div.DivClassName
{
background-color: #389F88;
}
.BgClassName
{
background-color: #389F88;
}
</style>
border-color css
<style>
span { border-color: #389F88; }
span { border-color: rgb(56,159,136); }
td.TdClassName
{
border-color: #389F88;
}
.TagClassName
{
border-color: #389F88;
}
</style>