Shades of Gossamer #399A8F
Tints of Gossamer #399A8F
RGB
CMYK
RGB Variations
Color information
#399A8F (or 0x399A8F) is known color: Gossamer. HEX triplet: 39, 9A and 8F. RGB value is (57,154,143). Sum of RGB (Red+Green+Blue) = 57+154+143=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 154 - color contains mainly: green. Hex color #399A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399A8F is #C66570. Grayscale: #7B7B7B. Windows color (decimal): -13002097 or 9411129. OLE color: 9411129.
HSL color Cylindrical-coordinate representation of color #399A8F: hue angle of 173.2º 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 #399A8F is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 143 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.40 |
| HSL | 173.2º | 0.46% | 0.41% | - |
| HSV(B) | 173.2º | 0.63% | 0.6% | - |
| XYZ | 18.2 | 25.96 | 30.04 | - |
| YUV | 123.74 | 138.86 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 143 | 0.63 | 0 | 0.07 | 0.40 | 173.2 | 0.46 | 0.41 |
| Hex | 39 | 9A | 8F | 3F | 0 | 7 | 28 | AD | 2E | 29 |
| Octal | 71 | 232 | 217 | 77 | 0 | 7 | 50 | 255 | 56 | 51 |
| Binary | 111001 | 10011010 | 10001111 | 111111 | 0 | 111 | 101000 | 10101101 | 101110 | 101001 |
Color Harmonies of #399A8F
Complementary color
Monochromatic Colors of #399A8F
Black with #399A8F
Text Example
Text Example
White with #399A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A8F; }
p { color: rgb(57,154,143); }
H1.HeaderClassName
{
color: #399A8F;
}
.AnyTagClassName
{
color: #399A8F;
}
</style>
background-color css
<style>
a { background-color: #399A8F; }
a { background-color: rgb(57,154,143); }
div.DivClassName
{
background-color: #399A8F;
}
.BgClassName
{
background-color: #399A8F;
}
</style>
border-color css
<style>
span { border-color: #399A8F; }
span { border-color: rgb(57,154,143); }
td.TdClassName
{
border-color: #399A8F;
}
.TagClassName
{
border-color: #399A8F;
}
</style>