Shades of Gossamer #359A8F
Tints of Gossamer #359A8F
RGB
CMYK
RGB Variations
Color information
#359A8F (or 0x359A8F) is known color: Gossamer. HEX triplet: 35, 9A and 8F. RGB value is (53,154,143). Sum of RGB (Red+Green+Blue) = 53+154+143=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 154 - color contains mainly: green. Hex color #359A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359A8F is #CA6570. Grayscale: #7A7A7A. Windows color (decimal): -13264241 or 9411125. OLE color: 9411125.
HSL color Cylindrical-coordinate representation of color #359A8F: hue angle of 173.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A8F is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 154 | 143 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.40 |
| HSL | 173.47º | 0.49% | 0.41% | - |
| HSV(B) | 173.47º | 0.66% | 0.6% | - |
| XYZ | 17.98 | 25.85 | 30.03 | - |
| YUV | 122.55 | 139.54 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 143 | 0.66 | 0 | 0.07 | 0.40 | 173.47 | 0.49 | 0.41 |
| Hex | 35 | 9A | 8F | 42 | 0 | 7 | 28 | AD | 31 | 29 |
| Octal | 65 | 232 | 217 | 102 | 0 | 7 | 50 | 255 | 61 | 51 |
| Binary | 110101 | 10011010 | 10001111 | 1000010 | 0 | 111 | 101000 | 10101101 | 110001 | 101001 |
Color Harmonies of #359A8F
Complementary color
Monochromatic Colors of #359A8F
Black with #359A8F
Text Example
Text Example
White with #359A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359A8F; }
p { color: rgb(53,154,143); }
H1.HeaderClassName
{
color: #359A8F;
}
.AnyTagClassName
{
color: #359A8F;
}
</style>
background-color css
<style>
a { background-color: #359A8F; }
a { background-color: rgb(53,154,143); }
div.DivClassName
{
background-color: #359A8F;
}
.BgClassName
{
background-color: #359A8F;
}
</style>
border-color css
<style>
span { border-color: #359A8F; }
span { border-color: rgb(53,154,143); }
td.TdClassName
{
border-color: #359A8F;
}
.TagClassName
{
border-color: #359A8F;
}
</style>