Shades of Gossamer #429985
Tints of Gossamer #429985
RGB
CMYK
RGB Variations
Color information
#429985 (or 0x429985) is known color: Gossamer. HEX triplet: 42, 99 and 85. RGB value is (66,153,133). Sum of RGB (Red+Green+Blue) = 66+153+133=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #429985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429985 is #BD667A. Grayscale: #7C7C7C. Windows color (decimal): -12412539 or 8755522. OLE color: 8755522.
HSL color Cylindrical-coordinate representation of color #429985: hue angle of 166.21º 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 #429985 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 153 | 133 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.4 |
| HSL | 166.21º | 0.4% | 0.43% | - |
| HSV(B) | 166.21º | 0.57% | 0.6% | - |
| XYZ | 17.87 | 25.63 | 26.2 | - |
| YUV | 124.71 | 132.68 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 153 | 133 | 0.57 | 0 | 0.13 | 0.4 | 166.21 | 0.4 | 0.43 |
| Hex | 42 | 99 | 85 | 39 | 0 | D | 28 | A6 | 28 | 2B |
| Octal | 102 | 231 | 205 | 71 | 0 | 15 | 50 | 246 | 50 | 53 |
| Binary | 1000010 | 10011001 | 10000101 | 111001 | 0 | 1101 | 101000 | 10100110 | 101000 | 101011 |
Color Harmonies of #429985
Complementary color
Monochromatic Colors of #429985
Black with #429985
Text Example
Text Example
White with #429985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429985; }
p { color: rgb(66,153,133); }
H1.HeaderClassName
{
color: #429985;
}
.AnyTagClassName
{
color: #429985;
}
</style>
background-color css
<style>
a { background-color: #429985; }
a { background-color: rgb(66,153,133); }
div.DivClassName
{
background-color: #429985;
}
.BgClassName
{
background-color: #429985;
}
</style>
border-color css
<style>
span { border-color: #429985; }
span { border-color: rgb(66,153,133); }
td.TdClassName
{
border-color: #429985;
}
.TagClassName
{
border-color: #429985;
}
</style>