Shades of Gossamer #319E7F
Tints of Gossamer #319E7F
RGB
CMYK
RGB Variations
Color information
#319E7F (or 0x319E7F) is known color: Gossamer. HEX triplet: 31, 9E and 7F. RGB value is (49,158,127). Sum of RGB (Red+Green+Blue) = 49+158+127=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #319E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319E7F is #CE6180. Grayscale: #797979. Windows color (decimal): -13525377 or 8363569. OLE color: 8363569.
HSL color Cylindrical-coordinate representation of color #319E7F: hue angle of 162.94º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319E7F is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 158 | 127 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.38 |
| HSL | 162.94º | 0.53% | 0.41% | - |
| HSV(B) | 162.94º | 0.69% | 0.62% | - |
| XYZ | 17.32 | 26.64 | 24.31 | - |
| YUV | 121.88 | 130.89 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 127 | 0.69 | 0 | 0.20 | 0.38 | 162.94 | 0.53 | 0.41 |
| Hex | 31 | 9E | 7F | 45 | 0 | 14 | 26 | A3 | 35 | 29 |
| Octal | 61 | 236 | 177 | 105 | 0 | 24 | 46 | 243 | 65 | 51 |
| Binary | 110001 | 10011110 | 1111111 | 1000101 | 0 | 10100 | 100110 | 10100011 | 110101 | 101001 |
Color Harmonies of #319E7F
Complementary color
Monochromatic Colors of #319E7F
Black with #319E7F
Text Example
Text Example
White with #319E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319E7F; }
p { color: rgb(49,158,127); }
H1.HeaderClassName
{
color: #319E7F;
}
.AnyTagClassName
{
color: #319E7F;
}
</style>
background-color css
<style>
a { background-color: #319E7F; }
a { background-color: rgb(49,158,127); }
div.DivClassName
{
background-color: #319E7F;
}
.BgClassName
{
background-color: #319E7F;
}
</style>
border-color css
<style>
span { border-color: #319E7F; }
span { border-color: rgb(49,158,127); }
td.TdClassName
{
border-color: #319E7F;
}
.TagClassName
{
border-color: #319E7F;
}
</style>