Shades of Gossamer #429C83
Tints of Gossamer #429C83
RGB
CMYK
RGB Variations
Color information
#429C83 (or 0x429C83) is known color: Gossamer. HEX triplet: 42, 9C and 83. RGB value is (66,156,131). Sum of RGB (Red+Green+Blue) = 66+156+131=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #429C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C83 is #BD637C. Grayscale: #7E7E7E. Windows color (decimal): -12411773 or 8625218. OLE color: 8625218.
HSL color Cylindrical-coordinate representation of color #429C83: hue angle of 163.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429C83 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 156 | 131 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.39 |
| HSL | 163.33º | 0.41% | 0.44% | - |
| HSV(B) | 163.33º | 0.58% | 0.61% | - |
| XYZ | 18.23 | 26.57 | 25.64 | - |
| YUV | 126.24 | 130.68 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 131 | 0.58 | 0 | 0.16 | 0.39 | 163.33 | 0.41 | 0.44 |
| Hex | 42 | 9C | 83 | 3A | 0 | 10 | 27 | A3 | 29 | 2C |
| Octal | 102 | 234 | 203 | 72 | 0 | 20 | 47 | 243 | 51 | 54 |
| Binary | 1000010 | 10011100 | 10000011 | 111010 | 0 | 10000 | 100111 | 10100011 | 101001 | 101100 |
Color Harmonies of #429C83
Complementary color
Monochromatic Colors of #429C83
Black with #429C83
Text Example
Text Example
White with #429C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429C83; }
p { color: rgb(66,156,131); }
H1.HeaderClassName
{
color: #429C83;
}
.AnyTagClassName
{
color: #429C83;
}
</style>
background-color css
<style>
a { background-color: #429C83; }
a { background-color: rgb(66,156,131); }
div.DivClassName
{
background-color: #429C83;
}
.BgClassName
{
background-color: #429C83;
}
</style>
border-color css
<style>
span { border-color: #429C83; }
span { border-color: rgb(66,156,131); }
td.TdClassName
{
border-color: #429C83;
}
.TagClassName
{
border-color: #429C83;
}
</style>