Shades of Gossamer #39998A
Tints of Gossamer #39998A
RGB
CMYK
RGB Variations
Color information
#39998A (or 0x39998A) is known color: Gossamer. HEX triplet: 39, 99 and 8A. RGB value is (57,153,138). Sum of RGB (Red+Green+Blue) = 57+153+138=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #39998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39998A is #C66675. Grayscale: #7A7A7A. Windows color (decimal): -13002358 or 9083193. OLE color: 9083193.
HSL color Cylindrical-coordinate representation of color #39998A: hue angle of 170.62º 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 #39998A is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 138 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.4 |
| HSL | 170.63º | 0.46% | 0.41% | - |
| HSV(B) | 170.63º | 0.63% | 0.6% | - |
| XYZ | 17.67 | 25.49 | 28.03 | - |
| YUV | 122.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 138 | 0.63 | 0 | 0.10 | 0.4 | 170.63 | 0.46 | 0.41 |
| Hex | 39 | 99 | 8A | 3F | 0 | A | 28 | AB | 2E | 29 |
| Octal | 71 | 231 | 212 | 77 | 0 | 12 | 50 | 253 | 56 | 51 |
| Binary | 111001 | 10011001 | 10001010 | 111111 | 0 | 1010 | 101000 | 10101011 | 101110 | 101001 |
Color Harmonies of #39998A
Complementary color
Monochromatic Colors of #39998A
Black with #39998A
Text Example
Text Example
White with #39998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39998A; }
p { color: rgb(57,153,138); }
H1.HeaderClassName
{
color: #39998A;
}
.AnyTagClassName
{
color: #39998A;
}
</style>
background-color css
<style>
a { background-color: #39998A; }
a { background-color: rgb(57,153,138); }
div.DivClassName
{
background-color: #39998A;
}
.BgClassName
{
background-color: #39998A;
}
</style>
border-color css
<style>
span { border-color: #39998A; }
span { border-color: rgb(57,153,138); }
td.TdClassName
{
border-color: #39998A;
}
.TagClassName
{
border-color: #39998A;
}
</style>