Shades of Gossamer #35A28D
Tints of Gossamer #35A28D
RGB
CMYK
RGB Variations
Color information
#35A28D (or 0x35A28D) is known color: Gossamer. HEX triplet: 35, A2 and 8D. RGB value is (53,162,141). Sum of RGB (Red+Green+Blue) = 53+162+141=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #35A28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A28D is #CA5D72. Grayscale: #7E7E7E. Windows color (decimal): -13262195 or 9282101. OLE color: 9282101.
HSL color Cylindrical-coordinate representation of color #35A28D: hue angle of 168.44º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A28D is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 162 | 141 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.36 |
| HSL | 168.44º | 0.51% | 0.42% | - |
| HSV(B) | 168.44º | 0.67% | 0.64% | - |
| XYZ | 19.2 | 28.52 | 29.69 | - |
| YUV | 127.02 | 135.89 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 162 | 141 | 0.67 | 0 | 0.13 | 0.36 | 168.44 | 0.51 | 0.42 |
| Hex | 35 | A2 | 8D | 43 | 0 | D | 24 | A8 | 33 | 2A |
| Octal | 65 | 242 | 215 | 103 | 0 | 15 | 44 | 250 | 63 | 52 |
| Binary | 110101 | 10100010 | 10001101 | 1000011 | 0 | 1101 | 100100 | 10101000 | 110011 | 101010 |
Color Harmonies of #35A28D
Complementary color
Monochromatic Colors of #35A28D
Black with #35A28D
Text Example
Text Example
White with #35A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A28D; }
p { color: rgb(53,162,141); }
H1.HeaderClassName
{
color: #35A28D;
}
.AnyTagClassName
{
color: #35A28D;
}
</style>
background-color css
<style>
a { background-color: #35A28D; }
a { background-color: rgb(53,162,141); }
div.DivClassName
{
background-color: #35A28D;
}
.BgClassName
{
background-color: #35A28D;
}
</style>
border-color css
<style>
span { border-color: #35A28D; }
span { border-color: rgb(53,162,141); }
td.TdClassName
{
border-color: #35A28D;
}
.TagClassName
{
border-color: #35A28D;
}
</style>