Shades of Gossamer #429D85
Tints of Gossamer #429D85
RGB
CMYK
RGB Variations
Color information
#429D85 (or 0x429D85) is known color: Gossamer. HEX triplet: 42, 9D and 85. RGB value is (66,157,133). Sum of RGB (Red+Green+Blue) = 66+157+133=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #429D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429D85 is #BD627A. Grayscale: #7F7F7F. Windows color (decimal): -12411515 or 8756546. OLE color: 8756546.
HSL color Cylindrical-coordinate representation of color #429D85: hue angle of 164.18º 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 #429D85 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 133 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.38 |
| HSL | 164.18º | 0.41% | 0.44% | - |
| HSV(B) | 164.18º | 0.58% | 0.62% | - |
| XYZ | 18.54 | 26.97 | 26.42 | - |
| YUV | 127.06 | 131.35 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 133 | 0.58 | 0 | 0.15 | 0.38 | 164.18 | 0.41 | 0.44 |
| Hex | 42 | 9D | 85 | 3A | 0 | F | 26 | A4 | 29 | 2C |
| Octal | 102 | 235 | 205 | 72 | 0 | 17 | 46 | 244 | 51 | 54 |
| Binary | 1000010 | 10011101 | 10000101 | 111010 | 0 | 1111 | 100110 | 10100100 | 101001 | 101100 |
Color Harmonies of #429D85
Complementary color
Monochromatic Colors of #429D85
Black with #429D85
Text Example
Text Example
White with #429D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D85; }
p { color: rgb(66,157,133); }
H1.HeaderClassName
{
color: #429D85;
}
.AnyTagClassName
{
color: #429D85;
}
</style>
background-color css
<style>
a { background-color: #429D85; }
a { background-color: rgb(66,157,133); }
div.DivClassName
{
background-color: #429D85;
}
.BgClassName
{
background-color: #429D85;
}
</style>
border-color css
<style>
span { border-color: #429D85; }
span { border-color: rgb(66,157,133); }
td.TdClassName
{
border-color: #429D85;
}
.TagClassName
{
border-color: #429D85;
}
</style>