Shades of Gossamer #35A194
Tints of Gossamer #35A194
RGB
CMYK
RGB Variations
Color information
#35A194 (or 0x35A194) is known color: Gossamer. HEX triplet: 35, A1 and 94. RGB value is (53,161,148). Sum of RGB (Red+Green+Blue) = 53+161+148=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #35A194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A194 is #CA5E6B. Grayscale: #7F7F7F. Windows color (decimal): -13262444 or 9740597. OLE color: 9740597.
HSL color Cylindrical-coordinate representation of color #35A194: hue angle of 172.78º 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 #35A194 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 161 | 148 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.37 |
| HSL | 172.78º | 0.5% | 0.42% | - |
| HSV(B) | 172.78º | 0.67% | 0.63% | - |
| XYZ | 19.56 | 28.38 | 32.46 | - |
| YUV | 127.23 | 139.72 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 161 | 148 | 0.67 | 0 | 0.08 | 0.37 | 172.78 | 0.5 | 0.42 |
| Hex | 35 | A1 | 94 | 43 | 0 | 8 | 25 | AD | 32 | 2A |
| Octal | 65 | 241 | 224 | 103 | 0 | 10 | 45 | 255 | 62 | 52 |
| Binary | 110101 | 10100001 | 10010100 | 1000011 | 0 | 1000 | 100101 | 10101101 | 110010 | 101010 |
Color Harmonies of #35A194
Complementary color
Monochromatic Colors of #35A194
Black with #35A194
Text Example
Text Example
White with #35A194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A194; }
p { color: rgb(53,161,148); }
H1.HeaderClassName
{
color: #35A194;
}
.AnyTagClassName
{
color: #35A194;
}
</style>
background-color css
<style>
a { background-color: #35A194; }
a { background-color: rgb(53,161,148); }
div.DivClassName
{
background-color: #35A194;
}
.BgClassName
{
background-color: #35A194;
}
</style>
border-color css
<style>
span { border-color: #35A194; }
span { border-color: rgb(53,161,148); }
td.TdClassName
{
border-color: #35A194;
}
.TagClassName
{
border-color: #35A194;
}
</style>