Shades of Gossamer #399F90
Tints of Gossamer #399F90
RGB
CMYK
RGB Variations
Color information
#399F90 (or 0x399F90) is known color: Gossamer. HEX triplet: 39, 9F and 90. RGB value is (57,159,144). Sum of RGB (Red+Green+Blue) = 57+159+144=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #399F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399F90 is #C6606F. Grayscale: #7E7E7E. Windows color (decimal): -13000816 or 9477945. OLE color: 9477945.
HSL color Cylindrical-coordinate representation of color #399F90: hue angle of 171.18º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399F90 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 159 | 144 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.38 |
| HSL | 171.18º | 0.47% | 0.42% | - |
| HSV(B) | 171.18º | 0.64% | 0.62% | - |
| XYZ | 19.12 | 27.68 | 30.72 | - |
| YUV | 126.79 | 137.71 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 159 | 144 | 0.64 | 0 | 0.09 | 0.38 | 171.18 | 0.47 | 0.42 |
| Hex | 39 | 9F | 90 | 40 | 0 | 9 | 26 | AB | 2F | 2A |
| Octal | 71 | 237 | 220 | 100 | 0 | 11 | 46 | 253 | 57 | 52 |
| Binary | 111001 | 10011111 | 10010000 | 1000000 | 0 | 1001 | 100110 | 10101011 | 101111 | 101010 |
Color Harmonies of #399F90
Complementary color
Monochromatic Colors of #399F90
Black with #399F90
Text Example
Text Example
White with #399F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399F90; }
p { color: rgb(57,159,144); }
H1.HeaderClassName
{
color: #399F90;
}
.AnyTagClassName
{
color: #399F90;
}
</style>
background-color css
<style>
a { background-color: #399F90; }
a { background-color: rgb(57,159,144); }
div.DivClassName
{
background-color: #399F90;
}
.BgClassName
{
background-color: #399F90;
}
</style>
border-color css
<style>
span { border-color: #399F90; }
span { border-color: rgb(57,159,144); }
td.TdClassName
{
border-color: #399F90;
}
.TagClassName
{
border-color: #399F90;
}
</style>