Shades of Gossamer #369E8A
Tints of Gossamer #369E8A
RGB
CMYK
RGB Variations
Color information
#369E8A (or 0x369E8A) is known color: Gossamer. HEX triplet: 36, 9E and 8A. RGB value is (54,158,138). Sum of RGB (Red+Green+Blue) = 54+158+138=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #369E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369E8A is #C96175. Grayscale: #7C7C7C. Windows color (decimal): -13197686 or 9084470. OLE color: 9084470.
HSL color Cylindrical-coordinate representation of color #369E8A: hue angle of 168.46º 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 #369E8A is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 158 | 138 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.38 |
| HSL | 168.46º | 0.49% | 0.42% | - |
| HSV(B) | 168.46º | 0.66% | 0.62% | - |
| XYZ | 18.34 | 27.07 | 28.3 | - |
| YUV | 124.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 138 | 0.66 | 0 | 0.13 | 0.38 | 168.46 | 0.49 | 0.42 |
| Hex | 36 | 9E | 8A | 42 | 0 | D | 26 | A8 | 31 | 2A |
| Octal | 66 | 236 | 212 | 102 | 0 | 15 | 46 | 250 | 61 | 52 |
| Binary | 110110 | 10011110 | 10001010 | 1000010 | 0 | 1101 | 100110 | 10101000 | 110001 | 101010 |
Color Harmonies of #369E8A
Complementary color
Monochromatic Colors of #369E8A
Black with #369E8A
Text Example
Text Example
White with #369E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369E8A; }
p { color: rgb(54,158,138); }
H1.HeaderClassName
{
color: #369E8A;
}
.AnyTagClassName
{
color: #369E8A;
}
</style>
background-color css
<style>
a { background-color: #369E8A; }
a { background-color: rgb(54,158,138); }
div.DivClassName
{
background-color: #369E8A;
}
.BgClassName
{
background-color: #369E8A;
}
</style>
border-color css
<style>
span { border-color: #369E8A; }
span { border-color: rgb(54,158,138); }
td.TdClassName
{
border-color: #369E8A;
}
.TagClassName
{
border-color: #369E8A;
}
</style>