Shades of Gossamer #429E84
Tints of Gossamer #429E84
RGB
CMYK
RGB Variations
Color information
#429E84 (or 0x429E84) is known color: Gossamer. HEX triplet: 42, 9E and 84. RGB value is (66,158,132). Sum of RGB (Red+Green+Blue) = 66+158+132=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #429E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429E84 is #BD617B. Grayscale: #7F7F7F. Windows color (decimal): -12411260 or 8691266. OLE color: 8691266.
HSL color Cylindrical-coordinate representation of color #429E84: hue angle of 163.04º 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 #429E84 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 158 | 132 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.38 |
| HSL | 163.04º | 0.41% | 0.44% | - |
| HSV(B) | 163.04º | 0.58% | 0.62% | - |
| XYZ | 18.64 | 27.28 | 26.11 | - |
| YUV | 127.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 132 | 0.58 | 0 | 0.16 | 0.38 | 163.04 | 0.41 | 0.44 |
| Hex | 42 | 9E | 84 | 3A | 0 | 10 | 26 | A3 | 29 | 2C |
| Octal | 102 | 236 | 204 | 72 | 0 | 20 | 46 | 243 | 51 | 54 |
| Binary | 1000010 | 10011110 | 10000100 | 111010 | 0 | 10000 | 100110 | 10100011 | 101001 | 101100 |
Color Harmonies of #429E84
Complementary color
Monochromatic Colors of #429E84
Black with #429E84
Text Example
Text Example
White with #429E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429E84; }
p { color: rgb(66,158,132); }
H1.HeaderClassName
{
color: #429E84;
}
.AnyTagClassName
{
color: #429E84;
}
</style>
background-color css
<style>
a { background-color: #429E84; }
a { background-color: rgb(66,158,132); }
div.DivClassName
{
background-color: #429E84;
}
.BgClassName
{
background-color: #429E84;
}
</style>
border-color css
<style>
span { border-color: #429E84; }
span { border-color: rgb(66,158,132); }
td.TdClassName
{
border-color: #429E84;
}
.TagClassName
{
border-color: #429E84;
}
</style>