Shades of Gossamer #35998E
Tints of Gossamer #35998E
RGB
CMYK
RGB Variations
Color information
#35998E (or 0x35998E) is known color: Gossamer. HEX triplet: 35, 99 and 8E. RGB value is (53,153,142). Sum of RGB (Red+Green+Blue) = 53+153+142=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #35998E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35998E is #CA6671. Grayscale: #797979. Windows color (decimal): -13264498 or 9345333. OLE color: 9345333.
HSL color Cylindrical-coordinate representation of color #35998E: hue angle of 173.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 #35998E is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 142 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.4 |
| HSL | 173.4º | 0.49% | 0.4% | - |
| HSV(B) | 173.4º | 0.65% | 0.6% | - |
| XYZ | 17.74 | 25.49 | 29.58 | - |
| YUV | 121.85 | 139.37 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 142 | 0.65 | 0 | 0.07 | 0.4 | 173.4 | 0.49 | 0.4 |
| Hex | 35 | 99 | 8E | 41 | 0 | 7 | 28 | AD | 31 | 28 |
| Octal | 65 | 231 | 216 | 101 | 0 | 7 | 50 | 255 | 61 | 50 |
| Binary | 110101 | 10011001 | 10001110 | 1000001 | 0 | 111 | 101000 | 10101101 | 110001 | 101000 |
Color Harmonies of #35998E
Complementary color
Monochromatic Colors of #35998E
Black with #35998E
Text Example
Text Example
White with #35998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35998E; }
p { color: rgb(53,153,142); }
H1.HeaderClassName
{
color: #35998E;
}
.AnyTagClassName
{
color: #35998E;
}
</style>
background-color css
<style>
a { background-color: #35998E; }
a { background-color: rgb(53,153,142); }
div.DivClassName
{
background-color: #35998E;
}
.BgClassName
{
background-color: #35998E;
}
</style>
border-color css
<style>
span { border-color: #35998E; }
span { border-color: rgb(53,153,142); }
td.TdClassName
{
border-color: #35998E;
}
.TagClassName
{
border-color: #35998E;
}
</style>