Shades of Gossamer #35997A
Tints of Gossamer #35997A
RGB
CMYK
RGB Variations
Color information
#35997A (or 0x35997A) is known color: Gossamer. HEX triplet: 35, 99 and 7A. RGB value is (53,153,122). Sum of RGB (Red+Green+Blue) = 53+153+122=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #35997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35997A is #CA6685. Grayscale: #777777. Windows color (decimal): -13264518 or 8034613. OLE color: 8034613.
HSL color Cylindrical-coordinate representation of color #35997A: hue angle of 161.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35997A is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 122 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.4 |
| HSL | 161.4º | 0.49% | 0.4% | - |
| HSV(B) | 161.4º | 0.65% | 0.6% | - |
| XYZ | 16.37 | 24.94 | 22.36 | - |
| YUV | 119.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 122 | 0.65 | 0 | 0.20 | 0.4 | 161.4 | 0.49 | 0.4 |
| Hex | 35 | 99 | 7A | 41 | 0 | 14 | 28 | A1 | 31 | 28 |
| Octal | 65 | 231 | 172 | 101 | 0 | 24 | 50 | 241 | 61 | 50 |
| Binary | 110101 | 10011001 | 1111010 | 1000001 | 0 | 10100 | 101000 | 10100001 | 110001 | 101000 |
Color Harmonies of #35997A
Complementary color
Monochromatic Colors of #35997A
Black with #35997A
Text Example
Text Example
White with #35997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35997A; }
p { color: rgb(53,153,122); }
H1.HeaderClassName
{
color: #35997A;
}
.AnyTagClassName
{
color: #35997A;
}
</style>
background-color css
<style>
a { background-color: #35997A; }
a { background-color: rgb(53,153,122); }
div.DivClassName
{
background-color: #35997A;
}
.BgClassName
{
background-color: #35997A;
}
</style>
border-color css
<style>
span { border-color: #35997A; }
span { border-color: rgb(53,153,122); }
td.TdClassName
{
border-color: #35997A;
}
.TagClassName
{
border-color: #35997A;
}
</style>