Shades of Gossamer #379A90
Tints of Gossamer #379A90
RGB
CMYK
RGB Variations
Color information
#379A90 (or 0x379A90) is known color: Gossamer. HEX triplet: 37, 9A and 90. RGB value is (55,154,144). Sum of RGB (Red+Green+Blue) = 55+154+144=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #379A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379A90 is #C8656F. Grayscale: #7B7B7B. Windows color (decimal): -13133168 or 9476663. OLE color: 9476663.
HSL color Cylindrical-coordinate representation of color #379A90: hue angle of 173.94º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379A90 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 154 | 144 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.40 |
| HSL | 173.94º | 0.47% | 0.41% | - |
| HSV(B) | 173.94º | 0.64% | 0.6% | - |
| XYZ | 18.17 | 25.94 | 30.43 | - |
| YUV | 123.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 154 | 144 | 0.64 | 0 | 0.06 | 0.40 | 173.94 | 0.47 | 0.41 |
| Hex | 37 | 9A | 90 | 40 | 0 | 6 | 28 | AE | 2F | 29 |
| Octal | 67 | 232 | 220 | 100 | 0 | 6 | 50 | 256 | 57 | 51 |
| Binary | 110111 | 10011010 | 10010000 | 1000000 | 0 | 110 | 101000 | 10101110 | 101111 | 101001 |
Color Harmonies of #379A90
Complementary color
Monochromatic Colors of #379A90
Black with #379A90
Text Example
Text Example
White with #379A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379A90; }
p { color: rgb(55,154,144); }
H1.HeaderClassName
{
color: #379A90;
}
.AnyTagClassName
{
color: #379A90;
}
</style>
background-color css
<style>
a { background-color: #379A90; }
a { background-color: rgb(55,154,144); }
div.DivClassName
{
background-color: #379A90;
}
.BgClassName
{
background-color: #379A90;
}
</style>
border-color css
<style>
span { border-color: #379A90; }
span { border-color: rgb(55,154,144); }
td.TdClassName
{
border-color: #379A90;
}
.TagClassName
{
border-color: #379A90;
}
</style>