Shades of Gossamer #429B8F
Tints of Gossamer #429B8F
RGB
CMYK
RGB Variations
Color information
#429B8F (or 0x429B8F) is known color: Gossamer. HEX triplet: 42, 9B and 8F. RGB value is (66,155,143). Sum of RGB (Red+Green+Blue) = 66+155+143=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #429B8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429B8F is #BD6470. Grayscale: #7E7E7E. Windows color (decimal): -12412017 or 9411394. OLE color: 9411394.
HSL color Cylindrical-coordinate representation of color #429B8F: hue angle of 171.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429B8F is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 155 | 143 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.39 |
| HSL | 171.91º | 0.4% | 0.43% | - |
| HSV(B) | 171.91º | 0.57% | 0.61% | - |
| XYZ | 18.93 | 26.58 | 30.12 | - |
| YUV | 127.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 143 | 0.57 | 0 | 0.08 | 0.39 | 171.91 | 0.4 | 0.43 |
| Hex | 42 | 9B | 8F | 39 | 0 | 8 | 27 | AC | 28 | 2B |
| Octal | 102 | 233 | 217 | 71 | 0 | 10 | 47 | 254 | 50 | 53 |
| Binary | 1000010 | 10011011 | 10001111 | 111001 | 0 | 1000 | 100111 | 10101100 | 101000 | 101011 |
Color Harmonies of #429B8F
Complementary color
Monochromatic Colors of #429B8F
Black with #429B8F
Text Example
Text Example
White with #429B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429B8F; }
p { color: rgb(66,155,143); }
H1.HeaderClassName
{
color: #429B8F;
}
.AnyTagClassName
{
color: #429B8F;
}
</style>
background-color css
<style>
a { background-color: #429B8F; }
a { background-color: rgb(66,155,143); }
div.DivClassName
{
background-color: #429B8F;
}
.BgClassName
{
background-color: #429B8F;
}
</style>
border-color css
<style>
span { border-color: #429B8F; }
span { border-color: rgb(66,155,143); }
td.TdClassName
{
border-color: #429B8F;
}
.TagClassName
{
border-color: #429B8F;
}
</style>