Shades of Gossamer #35997C
Tints of Gossamer #35997C
RGB
CMYK
RGB Variations
Color information
#35997C (or 0x35997C) is known color: Gossamer. HEX triplet: 35, 99 and 7C. RGB value is (53,153,124). Sum of RGB (Red+Green+Blue) = 53+153+124=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #35997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35997C is #CA6683. Grayscale: #777777. Windows color (decimal): -13264516 or 8165685. OLE color: 8165685.
HSL color Cylindrical-coordinate representation of color #35997C: hue angle of 162.6º 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 #35997C is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 124 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.4 |
| HSL | 162.6º | 0.49% | 0.4% | - |
| HSV(B) | 162.6º | 0.65% | 0.6% | - |
| XYZ | 16.5 | 24.99 | 23.02 | - |
| YUV | 119.79 | 130.37 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 124 | 0.65 | 0 | 0.19 | 0.4 | 162.6 | 0.49 | 0.4 |
| Hex | 35 | 99 | 7C | 41 | 0 | 13 | 28 | A3 | 31 | 28 |
| Octal | 65 | 231 | 174 | 101 | 0 | 23 | 50 | 243 | 61 | 50 |
| Binary | 110101 | 10011001 | 1111100 | 1000001 | 0 | 10011 | 101000 | 10100011 | 110001 | 101000 |
Color Harmonies of #35997C
Complementary color
Monochromatic Colors of #35997C
Black with #35997C
Text Example
Text Example
White with #35997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35997C; }
p { color: rgb(53,153,124); }
H1.HeaderClassName
{
color: #35997C;
}
.AnyTagClassName
{
color: #35997C;
}
</style>
background-color css
<style>
a { background-color: #35997C; }
a { background-color: rgb(53,153,124); }
div.DivClassName
{
background-color: #35997C;
}
.BgClassName
{
background-color: #35997C;
}
</style>
border-color css
<style>
span { border-color: #35997C; }
span { border-color: rgb(53,153,124); }
td.TdClassName
{
border-color: #35997C;
}
.TagClassName
{
border-color: #35997C;
}
</style>