Shades of Gossamer #359C7F
Tints of Gossamer #359C7F
RGB
CMYK
RGB Variations
Color information
#359C7F (or 0x359C7F) is known color: Gossamer. HEX triplet: 35, 9C and 7F. RGB value is (53,156,127). Sum of RGB (Red+Green+Blue) = 53+156+127=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #359C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C7F is #CA6380. Grayscale: #797979. Windows color (decimal): -13263745 or 8363061. OLE color: 8363061.
HSL color Cylindrical-coordinate representation of color #359C7F: hue angle of 163.11º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C7F is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 127 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.39 |
| HSL | 163.11º | 0.49% | 0.41% | - |
| HSV(B) | 163.11º | 0.66% | 0.61% | - |
| XYZ | 17.19 | 26.07 | 24.2 | - |
| YUV | 121.9 | 130.88 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 127 | 0.66 | 0 | 0.19 | 0.39 | 163.11 | 0.49 | 0.41 |
| Hex | 35 | 9C | 7F | 42 | 0 | 13 | 27 | A3 | 31 | 29 |
| Octal | 65 | 234 | 177 | 102 | 0 | 23 | 47 | 243 | 61 | 51 |
| Binary | 110101 | 10011100 | 1111111 | 1000010 | 0 | 10011 | 100111 | 10100011 | 110001 | 101001 |
Color Harmonies of #359C7F
Complementary color
Monochromatic Colors of #359C7F
Black with #359C7F
Text Example
Text Example
White with #359C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C7F; }
p { color: rgb(53,156,127); }
H1.HeaderClassName
{
color: #359C7F;
}
.AnyTagClassName
{
color: #359C7F;
}
</style>
background-color css
<style>
a { background-color: #359C7F; }
a { background-color: rgb(53,156,127); }
div.DivClassName
{
background-color: #359C7F;
}
.BgClassName
{
background-color: #359C7F;
}
</style>
border-color css
<style>
span { border-color: #359C7F; }
span { border-color: rgb(53,156,127); }
td.TdClassName
{
border-color: #359C7F;
}
.TagClassName
{
border-color: #359C7F;
}
</style>