Shades of Gossamer #429A82
Tints of Gossamer #429A82
RGB
CMYK
RGB Variations
Color information
#429A82 (or 0x429A82) is known color: Gossamer. HEX triplet: 42, 9A and 82. RGB value is (66,154,130). Sum of RGB (Red+Green+Blue) = 66+154+130=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 154 - color contains mainly: green. Hex color #429A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429A82 is #BD657D. Grayscale: #7C7C7C. Windows color (decimal): -12412286 or 8559170. OLE color: 8559170.
HSL color Cylindrical-coordinate representation of color #429A82: hue angle of 163.64º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429A82 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 154 | 130 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.40 |
| HSL | 163.64º | 0.4% | 0.43% | - |
| HSV(B) | 163.64º | 0.57% | 0.6% | - |
| XYZ | 17.83 | 25.88 | 25.17 | - |
| YUV | 124.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 154 | 130 | 0.57 | 0 | 0.16 | 0.40 | 163.64 | 0.4 | 0.43 |
| Hex | 42 | 9A | 82 | 39 | 0 | 10 | 28 | A4 | 28 | 2B |
| Octal | 102 | 232 | 202 | 71 | 0 | 20 | 50 | 244 | 50 | 53 |
| Binary | 1000010 | 10011010 | 10000010 | 111001 | 0 | 10000 | 101000 | 10100100 | 101000 | 101011 |
Color Harmonies of #429A82
Complementary color
Monochromatic Colors of #429A82
Black with #429A82
Text Example
Text Example
White with #429A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429A82; }
p { color: rgb(66,154,130); }
H1.HeaderClassName
{
color: #429A82;
}
.AnyTagClassName
{
color: #429A82;
}
</style>
background-color css
<style>
a { background-color: #429A82; }
a { background-color: rgb(66,154,130); }
div.DivClassName
{
background-color: #429A82;
}
.BgClassName
{
background-color: #429A82;
}
</style>
border-color css
<style>
span { border-color: #429A82; }
span { border-color: rgb(66,154,130); }
td.TdClassName
{
border-color: #429A82;
}
.TagClassName
{
border-color: #429A82;
}
</style>