Shades of Gossamer #399A8C
Tints of Gossamer #399A8C
RGB
CMYK
RGB Variations
Color information
#399A8C (or 0x399A8C) is known color: Gossamer. HEX triplet: 39, 9A and 8C. RGB value is (57,154,140). Sum of RGB (Red+Green+Blue) = 57+154+140=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 154 - color contains mainly: green. Hex color #399A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399A8C is #C66573. Grayscale: #7B7B7B. Windows color (decimal): -13002100 or 9214521. OLE color: 9214521.
HSL color Cylindrical-coordinate representation of color #399A8C: hue angle of 171.34º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399A8C is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 140 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.40 |
| HSL | 171.34º | 0.46% | 0.41% | - |
| HSV(B) | 171.34º | 0.63% | 0.6% | - |
| XYZ | 17.98 | 25.87 | 28.86 | - |
| YUV | 123.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 140 | 0.63 | 0 | 0.09 | 0.40 | 171.34 | 0.46 | 0.41 |
| Hex | 39 | 9A | 8C | 3F | 0 | 9 | 28 | AB | 2E | 29 |
| Octal | 71 | 232 | 214 | 77 | 0 | 11 | 50 | 253 | 56 | 51 |
| Binary | 111001 | 10011010 | 10001100 | 111111 | 0 | 1001 | 101000 | 10101011 | 101110 | 101001 |
Color Harmonies of #399A8C
Complementary color
Monochromatic Colors of #399A8C
Black with #399A8C
Text Example
Text Example
White with #399A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A8C; }
p { color: rgb(57,154,140); }
H1.HeaderClassName
{
color: #399A8C;
}
.AnyTagClassName
{
color: #399A8C;
}
</style>
background-color css
<style>
a { background-color: #399A8C; }
a { background-color: rgb(57,154,140); }
div.DivClassName
{
background-color: #399A8C;
}
.BgClassName
{
background-color: #399A8C;
}
</style>
border-color css
<style>
span { border-color: #399A8C; }
span { border-color: rgb(57,154,140); }
td.TdClassName
{
border-color: #399A8C;
}
.TagClassName
{
border-color: #399A8C;
}
</style>