Shades of Gossamer #35A092
Tints of Gossamer #35A092
RGB
CMYK
RGB Variations
Color information
#35A092 (or 0x35A092) is known color: Gossamer. HEX triplet: 35, A0 and 92. RGB value is (53,160,146). Sum of RGB (Red+Green+Blue) = 53+160+146=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #35A092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A092 is #CA5F6D. Grayscale: #7E7E7E. Windows color (decimal): -13262702 or 9609269. OLE color: 9609269.
HSL color Cylindrical-coordinate representation of color #35A092: hue angle of 172.15º 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 #35A092 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 160 | 146 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.37 |
| HSL | 172.15º | 0.5% | 0.42% | - |
| HSV(B) | 172.15º | 0.67% | 0.63% | - |
| XYZ | 19.23 | 27.97 | 31.58 | - |
| YUV | 126.41 | 139.05 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 160 | 146 | 0.67 | 0 | 0.09 | 0.37 | 172.15 | 0.5 | 0.42 |
| Hex | 35 | A0 | 92 | 43 | 0 | 9 | 25 | AC | 32 | 2A |
| Octal | 65 | 240 | 222 | 103 | 0 | 11 | 45 | 254 | 62 | 52 |
| Binary | 110101 | 10100000 | 10010010 | 1000011 | 0 | 1001 | 100101 | 10101100 | 110010 | 101010 |
Color Harmonies of #35A092
Complementary color
Monochromatic Colors of #35A092
Black with #35A092
Text Example
Text Example
White with #35A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A092; }
p { color: rgb(53,160,146); }
H1.HeaderClassName
{
color: #35A092;
}
.AnyTagClassName
{
color: #35A092;
}
</style>
background-color css
<style>
a { background-color: #35A092; }
a { background-color: rgb(53,160,146); }
div.DivClassName
{
background-color: #35A092;
}
.BgClassName
{
background-color: #35A092;
}
</style>
border-color css
<style>
span { border-color: #35A092; }
span { border-color: rgb(53,160,146); }
td.TdClassName
{
border-color: #35A092;
}
.TagClassName
{
border-color: #35A092;
}
</style>