Shades of Gossamer #43A986
Tints of Gossamer #43A986
RGB
CMYK
RGB Variations
Color information
#43A986 (or 0x43A986) is known color: Gossamer. HEX triplet: 43, A9 and 86. RGB value is (67,169,134). Sum of RGB (Red+Green+Blue) = 67+169+134=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #43A986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A986 is #BC5679. Grayscale: #868686. Windows color (decimal): -12342906 or 8825155. OLE color: 8825155.
HSL color Cylindrical-coordinate representation of color #43A986: hue angle of 159.41º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43A986 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 169 | 134 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.34 |
| HSL | 159.41º | 0.43% | 0.46% | - |
| HSV(B) | 159.41º | 0.6% | 0.66% | - |
| XYZ | 20.81 | 31.29 | 27.5 | - |
| YUV | 134.51 | 127.71 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 169 | 134 | 0.60 | 0 | 0.21 | 0.34 | 159.41 | 0.43 | 0.46 |
| Hex | 43 | A9 | 86 | 3C | 0 | 15 | 22 | 9F | 2B | 2E |
| Octal | 103 | 251 | 206 | 74 | 0 | 25 | 42 | 237 | 53 | 56 |
| Binary | 1000011 | 10101001 | 10000110 | 111100 | 0 | 10101 | 100010 | 10011111 | 101011 | 101110 |
Color Harmonies of #43A986
Complementary color
Monochromatic Colors of #43A986
Black with #43A986
Text Example
Text Example
White with #43A986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A986; }
p { color: rgb(67,169,134); }
H1.HeaderClassName
{
color: #43A986;
}
.AnyTagClassName
{
color: #43A986;
}
</style>
background-color css
<style>
a { background-color: #43A986; }
a { background-color: rgb(67,169,134); }
div.DivClassName
{
background-color: #43A986;
}
.BgClassName
{
background-color: #43A986;
}
</style>
border-color css
<style>
span { border-color: #43A986; }
span { border-color: rgb(67,169,134); }
td.TdClassName
{
border-color: #43A986;
}
.TagClassName
{
border-color: #43A986;
}
</style>