Shades of Gossamer #369E8E
Tints of Gossamer #369E8E
RGB
CMYK
RGB Variations
Color information
#369E8E (or 0x369E8E) is known color: Gossamer. HEX triplet: 36, 9E and 8E. RGB value is (54,158,142). Sum of RGB (Red+Green+Blue) = 54+158+142=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #369E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369E8E is #C96171. Grayscale: #7D7D7D. Windows color (decimal): -13197682 or 9346614. OLE color: 9346614.
HSL color Cylindrical-coordinate representation of color #369E8E: hue angle of 170.77º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E8E is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 158 | 142 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.38 |
| HSL | 170.77º | 0.49% | 0.42% | - |
| HSV(B) | 170.77º | 0.66% | 0.62% | - |
| XYZ | 18.63 | 27.19 | 29.86 | - |
| YUV | 125.08 | 137.54 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 142 | 0.66 | 0 | 0.10 | 0.38 | 170.77 | 0.49 | 0.42 |
| Hex | 36 | 9E | 8E | 42 | 0 | A | 26 | AB | 31 | 2A |
| Octal | 66 | 236 | 216 | 102 | 0 | 12 | 46 | 253 | 61 | 52 |
| Binary | 110110 | 10011110 | 10001110 | 1000010 | 0 | 1010 | 100110 | 10101011 | 110001 | 101010 |
Color Harmonies of #369E8E
Complementary color
Monochromatic Colors of #369E8E
Black with #369E8E
Text Example
Text Example
White with #369E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369E8E; }
p { color: rgb(54,158,142); }
H1.HeaderClassName
{
color: #369E8E;
}
.AnyTagClassName
{
color: #369E8E;
}
</style>
background-color css
<style>
a { background-color: #369E8E; }
a { background-color: rgb(54,158,142); }
div.DivClassName
{
background-color: #369E8E;
}
.BgClassName
{
background-color: #369E8E;
}
</style>
border-color css
<style>
span { border-color: #369E8E; }
span { border-color: rgb(54,158,142); }
td.TdClassName
{
border-color: #369E8E;
}
.TagClassName
{
border-color: #369E8E;
}
</style>