Shades of Gossamer #43A989
Tints of Gossamer #43A989
RGB
CMYK
RGB Variations
Color information
#43A989 (or 0x43A989) is known color: Gossamer. HEX triplet: 43, A9 and 89. RGB value is (67,169,137). Sum of RGB (Red+Green+Blue) = 67+169+137=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #43A989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A989 is #BC5676. Grayscale: #868686. Windows color (decimal): -12342903 or 9021763. OLE color: 9021763.
HSL color Cylindrical-coordinate representation of color #43A989: hue angle of 161.18º 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 #43A989 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 169 | 137 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.34 |
| HSL | 161.18º | 0.43% | 0.46% | - |
| HSV(B) | 161.18º | 0.6% | 0.66% | - |
| XYZ | 21.02 | 31.38 | 28.62 | - |
| YUV | 134.85 | 129.21 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 169 | 137 | 0.60 | 0 | 0.19 | 0.34 | 161.18 | 0.43 | 0.46 |
| Hex | 43 | A9 | 89 | 3C | 0 | 13 | 22 | A1 | 2B | 2E |
| Octal | 103 | 251 | 211 | 74 | 0 | 23 | 42 | 241 | 53 | 56 |
| Binary | 1000011 | 10101001 | 10001001 | 111100 | 0 | 10011 | 100010 | 10100001 | 101011 | 101110 |
Color Harmonies of #43A989
Complementary color
Monochromatic Colors of #43A989
Black with #43A989
Text Example
Text Example
White with #43A989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A989; }
p { color: rgb(67,169,137); }
H1.HeaderClassName
{
color: #43A989;
}
.AnyTagClassName
{
color: #43A989;
}
</style>
background-color css
<style>
a { background-color: #43A989; }
a { background-color: rgb(67,169,137); }
div.DivClassName
{
background-color: #43A989;
}
.BgClassName
{
background-color: #43A989;
}
</style>
border-color css
<style>
span { border-color: #43A989; }
span { border-color: rgb(67,169,137); }
td.TdClassName
{
border-color: #43A989;
}
.TagClassName
{
border-color: #43A989;
}
</style>