Shades of Gossamer #429D84
Tints of Gossamer #429D84
RGB
CMYK
RGB Variations
Color information
#429D84 (or 0x429D84) is known color: Gossamer. HEX triplet: 42, 9D and 84. RGB value is (66,157,132). Sum of RGB (Red+Green+Blue) = 66+157+132=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #429D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429D84 is #BD627B. Grayscale: #7E7E7E. Windows color (decimal): -12411516 or 8691010. OLE color: 8691010.
HSL color Cylindrical-coordinate representation of color #429D84: hue angle of 163.52º 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 #429D84 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 132 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.38 |
| HSL | 163.52º | 0.41% | 0.44% | - |
| HSV(B) | 163.52º | 0.58% | 0.62% | - |
| XYZ | 18.47 | 26.94 | 26.06 | - |
| YUV | 126.94 | 130.85 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 132 | 0.58 | 0 | 0.16 | 0.38 | 163.52 | 0.41 | 0.44 |
| Hex | 42 | 9D | 84 | 3A | 0 | 10 | 26 | A4 | 29 | 2C |
| Octal | 102 | 235 | 204 | 72 | 0 | 20 | 46 | 244 | 51 | 54 |
| Binary | 1000010 | 10011101 | 10000100 | 111010 | 0 | 10000 | 100110 | 10100100 | 101001 | 101100 |
Color Harmonies of #429D84
Complementary color
Monochromatic Colors of #429D84
Black with #429D84
Text Example
Text Example
White with #429D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D84; }
p { color: rgb(66,157,132); }
H1.HeaderClassName
{
color: #429D84;
}
.AnyTagClassName
{
color: #429D84;
}
</style>
background-color css
<style>
a { background-color: #429D84; }
a { background-color: rgb(66,157,132); }
div.DivClassName
{
background-color: #429D84;
}
.BgClassName
{
background-color: #429D84;
}
</style>
border-color css
<style>
span { border-color: #429D84; }
span { border-color: rgb(66,157,132); }
td.TdClassName
{
border-color: #429D84;
}
.TagClassName
{
border-color: #429D84;
}
</style>