Shades of Gossamer #429D7D
Tints of Gossamer #429D7D
RGB
CMYK
RGB Variations
Color information
#429D7D (or 0x429D7D) is known color: Gossamer. HEX triplet: 42, 9D and 7D. RGB value is (66,157,125). Sum of RGB (Red+Green+Blue) = 66+157+125=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #429D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D7D is #BD6282. Grayscale: #7E7E7E. Windows color (decimal): -12411523 or 8232258. OLE color: 8232258.
HSL color Cylindrical-coordinate representation of color #429D7D: hue angle of 158.9º 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 #429D7D is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 157 | 125 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.38 |
| HSL | 158.9º | 0.41% | 0.44% | - |
| HSV(B) | 158.9º | 0.58% | 0.62% | - |
| XYZ | 18.01 | 26.75 | 23.62 | - |
| YUV | 126.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 125 | 0.58 | 0 | 0.20 | 0.38 | 158.9 | 0.41 | 0.44 |
| Hex | 42 | 9D | 7D | 3A | 0 | 14 | 26 | 9F | 29 | 2C |
| Octal | 102 | 235 | 175 | 72 | 0 | 24 | 46 | 237 | 51 | 54 |
| Binary | 1000010 | 10011101 | 1111101 | 111010 | 0 | 10100 | 100110 | 10011111 | 101001 | 101100 |
Color Harmonies of #429D7D
Complementary color
Monochromatic Colors of #429D7D
Black with #429D7D
Text Example
Text Example
White with #429D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429D7D; }
p { color: rgb(66,157,125); }
H1.HeaderClassName
{
color: #429D7D;
}
.AnyTagClassName
{
color: #429D7D;
}
</style>
background-color css
<style>
a { background-color: #429D7D; }
a { background-color: rgb(66,157,125); }
div.DivClassName
{
background-color: #429D7D;
}
.BgClassName
{
background-color: #429D7D;
}
</style>
border-color css
<style>
span { border-color: #429D7D; }
span { border-color: rgb(66,157,125); }
td.TdClassName
{
border-color: #429D7D;
}
.TagClassName
{
border-color: #429D7D;
}
</style>