Shades of Gossamer #429F85
Tints of Gossamer #429F85
RGB
CMYK
RGB Variations
Color information
#429F85 (or 0x429F85) is known color: Gossamer. HEX triplet: 42, 9F and 85. RGB value is (66,159,133). Sum of RGB (Red+Green+Blue) = 66+159+133=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #429F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429F85 is #BD607A. Grayscale: #808080. Windows color (decimal): -12411003 or 8757058. OLE color: 8757058.
HSL color Cylindrical-coordinate representation of color #429F85: hue angle of 163.23º 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 #429F85 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 159 | 133 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.38 |
| HSL | 163.23º | 0.41% | 0.44% | - |
| HSV(B) | 163.23º | 0.58% | 0.62% | - |
| XYZ | 18.88 | 27.65 | 26.53 | - |
| YUV | 128.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 159 | 133 | 0.58 | 0 | 0.16 | 0.38 | 163.23 | 0.41 | 0.44 |
| Hex | 42 | 9F | 85 | 3A | 0 | 10 | 26 | A3 | 29 | 2C |
| Octal | 102 | 237 | 205 | 72 | 0 | 20 | 46 | 243 | 51 | 54 |
| Binary | 1000010 | 10011111 | 10000101 | 111010 | 0 | 10000 | 100110 | 10100011 | 101001 | 101100 |
Color Harmonies of #429F85
Complementary color
Monochromatic Colors of #429F85
Black with #429F85
Text Example
Text Example
White with #429F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429F85; }
p { color: rgb(66,159,133); }
H1.HeaderClassName
{
color: #429F85;
}
.AnyTagClassName
{
color: #429F85;
}
</style>
background-color css
<style>
a { background-color: #429F85; }
a { background-color: rgb(66,159,133); }
div.DivClassName
{
background-color: #429F85;
}
.BgClassName
{
background-color: #429F85;
}
</style>
border-color css
<style>
span { border-color: #429F85; }
span { border-color: rgb(66,159,133); }
td.TdClassName
{
border-color: #429F85;
}
.TagClassName
{
border-color: #429F85;
}
</style>