Shades of Gossamer #429E85
Tints of Gossamer #429E85
RGB
CMYK
RGB Variations
Color information
#429E85 (or 0x429E85) is known color: Gossamer. HEX triplet: 42, 9E and 85. RGB value is (66,158,133). Sum of RGB (Red+Green+Blue) = 66+158+133=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #429E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429E85 is #BD617A. Grayscale: #7F7F7F. Windows color (decimal): -12411259 or 8756802. OLE color: 8756802.
HSL color Cylindrical-coordinate representation of color #429E85: hue angle of 163.7º 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 #429E85 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 158 | 133 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.38 |
| HSL | 163.7º | 0.41% | 0.44% | - |
| HSV(B) | 163.7º | 0.58% | 0.62% | - |
| XYZ | 18.71 | 27.31 | 26.47 | - |
| YUV | 127.64 | 131.02 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 133 | 0.58 | 0 | 0.16 | 0.38 | 163.7 | 0.41 | 0.44 |
| Hex | 42 | 9E | 85 | 3A | 0 | 10 | 26 | A4 | 29 | 2C |
| Octal | 102 | 236 | 205 | 72 | 0 | 20 | 46 | 244 | 51 | 54 |
| Binary | 1000010 | 10011110 | 10000101 | 111010 | 0 | 10000 | 100110 | 10100100 | 101001 | 101100 |
Color Harmonies of #429E85
Complementary color
Monochromatic Colors of #429E85
Black with #429E85
Text Example
Text Example
White with #429E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429E85; }
p { color: rgb(66,158,133); }
H1.HeaderClassName
{
color: #429E85;
}
.AnyTagClassName
{
color: #429E85;
}
</style>
background-color css
<style>
a { background-color: #429E85; }
a { background-color: rgb(66,158,133); }
div.DivClassName
{
background-color: #429E85;
}
.BgClassName
{
background-color: #429E85;
}
</style>
border-color css
<style>
span { border-color: #429E85; }
span { border-color: rgb(66,158,133); }
td.TdClassName
{
border-color: #429E85;
}
.TagClassName
{
border-color: #429E85;
}
</style>