Shades of Gossamer #429E8D
Tints of Gossamer #429E8D
RGB
CMYK
RGB Variations
Color information
#429E8D (or 0x429E8D) is known color: Gossamer. HEX triplet: 42, 9E and 8D. RGB value is (66,158,141). Sum of RGB (Red+Green+Blue) = 66+158+141=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #429E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429E8D is #BD6172. Grayscale: #808080. Windows color (decimal): -12411251 or 9281090. OLE color: 9281090.
HSL color Cylindrical-coordinate representation of color #429E8D: hue angle of 168.91º 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 #429E8D is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 158 | 141 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.38 |
| HSL | 168.91º | 0.41% | 0.44% | - |
| HSV(B) | 168.91º | 0.58% | 0.62% | - |
| XYZ | 19.28 | 27.54 | 29.5 | - |
| YUV | 128.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 141 | 0.58 | 0 | 0.11 | 0.38 | 168.91 | 0.41 | 0.44 |
| Hex | 42 | 9E | 8D | 3A | 0 | B | 26 | A9 | 29 | 2C |
| Octal | 102 | 236 | 215 | 72 | 0 | 13 | 46 | 251 | 51 | 54 |
| Binary | 1000010 | 10011110 | 10001101 | 111010 | 0 | 1011 | 100110 | 10101001 | 101001 | 101100 |
Color Harmonies of #429E8D
Complementary color
Monochromatic Colors of #429E8D
Black with #429E8D
Text Example
Text Example
White with #429E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429E8D; }
p { color: rgb(66,158,141); }
H1.HeaderClassName
{
color: #429E8D;
}
.AnyTagClassName
{
color: #429E8D;
}
</style>
background-color css
<style>
a { background-color: #429E8D; }
a { background-color: rgb(66,158,141); }
div.DivClassName
{
background-color: #429E8D;
}
.BgClassName
{
background-color: #429E8D;
}
</style>
border-color css
<style>
span { border-color: #429E8D; }
span { border-color: rgb(66,158,141); }
td.TdClassName
{
border-color: #429E8D;
}
.TagClassName
{
border-color: #429E8D;
}
</style>