Shades of Gossamer #35A17F
Tints of Gossamer #35A17F
RGB
CMYK
RGB Variations
Color information
#35A17F (or 0x35A17F) is known color: Gossamer. HEX triplet: 35, A1 and 7F. RGB value is (53,161,127). Sum of RGB (Red+Green+Blue) = 53+161+127=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #35A17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A17F is #CA5E80. Grayscale: #7C7C7C. Windows color (decimal): -13262465 or 8364341. OLE color: 8364341.
HSL color Cylindrical-coordinate representation of color #35A17F: hue angle of 161.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A17F is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 161 | 127 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.37 |
| HSL | 161.11º | 0.5% | 0.42% | - |
| HSV(B) | 161.11º | 0.67% | 0.63% | - |
| XYZ | 18.04 | 27.78 | 24.49 | - |
| YUV | 124.83 | 129.22 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 161 | 127 | 0.67 | 0 | 0.21 | 0.37 | 161.11 | 0.5 | 0.42 |
| Hex | 35 | A1 | 7F | 43 | 0 | 15 | 25 | A1 | 32 | 2A |
| Octal | 65 | 241 | 177 | 103 | 0 | 25 | 45 | 241 | 62 | 52 |
| Binary | 110101 | 10100001 | 1111111 | 1000011 | 0 | 10101 | 100101 | 10100001 | 110010 | 101010 |
Color Harmonies of #35A17F
Complementary color
Monochromatic Colors of #35A17F
Black with #35A17F
Text Example
Text Example
White with #35A17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A17F; }
p { color: rgb(53,161,127); }
H1.HeaderClassName
{
color: #35A17F;
}
.AnyTagClassName
{
color: #35A17F;
}
</style>
background-color css
<style>
a { background-color: #35A17F; }
a { background-color: rgb(53,161,127); }
div.DivClassName
{
background-color: #35A17F;
}
.BgClassName
{
background-color: #35A17F;
}
</style>
border-color css
<style>
span { border-color: #35A17F; }
span { border-color: rgb(53,161,127); }
td.TdClassName
{
border-color: #35A17F;
}
.TagClassName
{
border-color: #35A17F;
}
</style>