Shades of Gossamer #359E7F
Tints of Gossamer #359E7F
RGB
CMYK
RGB Variations
Color information
#359E7F (or 0x359E7F) is known color: Gossamer. HEX triplet: 35, 9E and 7F. RGB value is (53,158,127). Sum of RGB (Red+Green+Blue) = 53+158+127=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 158 - color contains mainly: green. Hex color #359E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E7F is #CA6180. Grayscale: #7B7B7B. Windows color (decimal): -13263233 or 8363573. OLE color: 8363573.
HSL color Cylindrical-coordinate representation of color #359E7F: hue angle of 162.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359E7F is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 127 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.38 |
| HSL | 162.29º | 0.5% | 0.41% | - |
| HSV(B) | 162.29º | 0.66% | 0.62% | - |
| XYZ | 17.53 | 26.74 | 24.32 | - |
| YUV | 123.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 127 | 0.66 | 0 | 0.20 | 0.38 | 162.29 | 0.5 | 0.41 |
| Hex | 35 | 9E | 7F | 42 | 0 | 14 | 26 | A2 | 32 | 29 |
| Octal | 65 | 236 | 177 | 102 | 0 | 24 | 46 | 242 | 62 | 51 |
| Binary | 110101 | 10011110 | 1111111 | 1000010 | 0 | 10100 | 100110 | 10100010 | 110010 | 101001 |
Color Harmonies of #359E7F
Complementary color
Monochromatic Colors of #359E7F
Black with #359E7F
Text Example
Text Example
White with #359E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E7F; }
p { color: rgb(53,158,127); }
H1.HeaderClassName
{
color: #359E7F;
}
.AnyTagClassName
{
color: #359E7F;
}
</style>
background-color css
<style>
a { background-color: #359E7F; }
a { background-color: rgb(53,158,127); }
div.DivClassName
{
background-color: #359E7F;
}
.BgClassName
{
background-color: #359E7F;
}
</style>
border-color css
<style>
span { border-color: #359E7F; }
span { border-color: rgb(53,158,127); }
td.TdClassName
{
border-color: #359E7F;
}
.TagClassName
{
border-color: #359E7F;
}
</style>