Shades of Gossamer #43A17C
Tints of Gossamer #43A17C
RGB
CMYK
RGB Variations
Color information
#43A17C (or 0x43A17C) is known color: Gossamer. HEX triplet: 43, A1 and 7C. RGB value is (67,161,124). Sum of RGB (Red+Green+Blue) = 67+161+124=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #43A17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A17C is #BC5E83. Grayscale: #808080. Windows color (decimal): -12344964 or 8167747. OLE color: 8167747.
HSL color Cylindrical-coordinate representation of color #43A17C: hue angle of 156.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43A17C is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 161 | 124 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.37 |
| HSL | 156.38º | 0.41% | 0.45% | - |
| HSV(B) | 156.38º | 0.58% | 0.63% | - |
| XYZ | 18.7 | 28.14 | 23.51 | - |
| YUV | 128.68 | 125.36 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 161 | 124 | 0.58 | 0 | 0.23 | 0.37 | 156.38 | 0.41 | 0.45 |
| Hex | 43 | A1 | 7C | 3A | 0 | 17 | 25 | 9C | 29 | 2D |
| Octal | 103 | 241 | 174 | 72 | 0 | 27 | 45 | 234 | 51 | 55 |
| Binary | 1000011 | 10100001 | 1111100 | 111010 | 0 | 10111 | 100101 | 10011100 | 101001 | 101101 |
Color Harmonies of #43A17C
Complementary color
Monochromatic Colors of #43A17C
Black with #43A17C
Text Example
Text Example
White with #43A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A17C; }
p { color: rgb(67,161,124); }
H1.HeaderClassName
{
color: #43A17C;
}
.AnyTagClassName
{
color: #43A17C;
}
</style>
background-color css
<style>
a { background-color: #43A17C; }
a { background-color: rgb(67,161,124); }
div.DivClassName
{
background-color: #43A17C;
}
.BgClassName
{
background-color: #43A17C;
}
</style>
border-color css
<style>
span { border-color: #43A17C; }
span { border-color: rgb(67,161,124); }
td.TdClassName
{
border-color: #43A17C;
}
.TagClassName
{
border-color: #43A17C;
}
</style>