Shades of Gossamer #429F86
Tints of Gossamer #429F86
RGB
CMYK
RGB Variations
Color information
#429F86 (or 0x429F86) is known color: Gossamer. HEX triplet: 42, 9F and 86. RGB value is (66,159,134). Sum of RGB (Red+Green+Blue) = 66+159+134=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 159 - color contains mainly: green. Hex color #429F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429F86 is #BD6079. Grayscale: #808080. Windows color (decimal): -12411002 or 8822594. OLE color: 8822594.
HSL color Cylindrical-coordinate representation of color #429F86: hue angle of 163.87º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429F86 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 159 | 134 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.38 |
| HSL | 163.87º | 0.41% | 0.44% | - |
| HSV(B) | 163.87º | 0.58% | 0.62% | - |
| XYZ | 18.95 | 27.68 | 26.9 | - |
| YUV | 128.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 134 | 0.58 | 0 | 0.16 | 0.38 | 163.87 | 0.41 | 0.44 |
| Hex | 42 | 9F | 86 | 3A | 0 | 10 | 26 | A4 | 29 | 2C |
| Octal | 102 | 237 | 206 | 72 | 0 | 20 | 46 | 244 | 51 | 54 |
| Binary | 1000010 | 10011111 | 10000110 | 111010 | 0 | 10000 | 100110 | 10100100 | 101001 | 101100 |
Color Harmonies of #429F86
Complementary color
Monochromatic Colors of #429F86
Black with #429F86
Text Example
Text Example
White with #429F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429F86; }
p { color: rgb(66,159,134); }
H1.HeaderClassName
{
color: #429F86;
}
.AnyTagClassName
{
color: #429F86;
}
</style>
background-color css
<style>
a { background-color: #429F86; }
a { background-color: rgb(66,159,134); }
div.DivClassName
{
background-color: #429F86;
}
.BgClassName
{
background-color: #429F86;
}
</style>
border-color css
<style>
span { border-color: #429F86; }
span { border-color: rgb(66,159,134); }
td.TdClassName
{
border-color: #429F86;
}
.TagClassName
{
border-color: #429F86;
}
</style>