Shades of Gossamer #369E7F
Tints of Gossamer #369E7F
RGB
CMYK
RGB Variations
Color information
#369E7F (or 0x369E7F) is known color: Gossamer. HEX triplet: 36, 9E and 7F. RGB value is (54,158,127). Sum of RGB (Red+Green+Blue) = 54+158+127=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #369E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369E7F is #C96180. Grayscale: #7B7B7B. Windows color (decimal): -13197697 or 8363574. OLE color: 8363574.
HSL color Cylindrical-coordinate representation of color #369E7F: hue angle of 162.12º 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 #369E7F is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 158 | 127 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.38 |
| HSL | 162.12º | 0.49% | 0.42% | - |
| HSV(B) | 162.12º | 0.66% | 0.62% | - |
| XYZ | 17.58 | 26.77 | 24.32 | - |
| YUV | 123.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 127 | 0.66 | 0 | 0.20 | 0.38 | 162.12 | 0.49 | 0.42 |
| Hex | 36 | 9E | 7F | 42 | 0 | 14 | 26 | A2 | 31 | 2A |
| Octal | 66 | 236 | 177 | 102 | 0 | 24 | 46 | 242 | 61 | 52 |
| Binary | 110110 | 10011110 | 1111111 | 1000010 | 0 | 10100 | 100110 | 10100010 | 110001 | 101010 |
Color Harmonies of #369E7F
Complementary color
Monochromatic Colors of #369E7F
Black with #369E7F
Text Example
Text Example
White with #369E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369E7F; }
p { color: rgb(54,158,127); }
H1.HeaderClassName
{
color: #369E7F;
}
.AnyTagClassName
{
color: #369E7F;
}
</style>
background-color css
<style>
a { background-color: #369E7F; }
a { background-color: rgb(54,158,127); }
div.DivClassName
{
background-color: #369E7F;
}
.BgClassName
{
background-color: #369E7F;
}
</style>
border-color css
<style>
span { border-color: #369E7F; }
span { border-color: rgb(54,158,127); }
td.TdClassName
{
border-color: #369E7F;
}
.TagClassName
{
border-color: #369E7F;
}
</style>