Shades of Gossamer #35A18B
Tints of Gossamer #35A18B
RGB
CMYK
RGB Variations
Color information
#35A18B (or 0x35A18B) is known color: Gossamer. HEX triplet: 35, A1 and 8B. RGB value is (53,161,139). Sum of RGB (Red+Green+Blue) = 53+161+139=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #35A18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A18B is #CA5E74. Grayscale: #7E7E7E. Windows color (decimal): -13262453 or 9150773. OLE color: 9150773.
HSL color Cylindrical-coordinate representation of color #35A18B: hue angle of 167.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 #35A18B is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 161 | 139 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.37 |
| HSL | 167.78º | 0.5% | 0.42% | - |
| HSV(B) | 167.78º | 0.67% | 0.63% | - |
| XYZ | 18.87 | 28.11 | 28.86 | - |
| YUV | 126.2 | 135.22 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 161 | 139 | 0.67 | 0 | 0.14 | 0.37 | 167.78 | 0.5 | 0.42 |
| Hex | 35 | A1 | 8B | 43 | 0 | E | 25 | A8 | 32 | 2A |
| Octal | 65 | 241 | 213 | 103 | 0 | 16 | 45 | 250 | 62 | 52 |
| Binary | 110101 | 10100001 | 10001011 | 1000011 | 0 | 1110 | 100101 | 10101000 | 110010 | 101010 |
Color Harmonies of #35A18B
Complementary color
Monochromatic Colors of #35A18B
Black with #35A18B
Text Example
Text Example
White with #35A18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A18B; }
p { color: rgb(53,161,139); }
H1.HeaderClassName
{
color: #35A18B;
}
.AnyTagClassName
{
color: #35A18B;
}
</style>
background-color css
<style>
a { background-color: #35A18B; }
a { background-color: rgb(53,161,139); }
div.DivClassName
{
background-color: #35A18B;
}
.BgClassName
{
background-color: #35A18B;
}
</style>
border-color css
<style>
span { border-color: #35A18B; }
span { border-color: rgb(53,161,139); }
td.TdClassName
{
border-color: #35A18B;
}
.TagClassName
{
border-color: #35A18B;
}
</style>